Interface | Description |
---|---|
I_CmsWorkflowManager |
Workflow manager interface.
|
Class | Description |
---|---|
A_CmsWorkflowManager |
Abstract class which provides common functionality for workflow managers, like initialization of
the configuration parameters.
|
CmsDefaultWorkflowManager |
The default implementation of the workflow manager interface, which offers only publish functionality.
|
CmsExtendedPublish |
A publish class which adds workflow-related error messages.
|
CmsExtendedWorkflowManager |
The default workflow manager implementation, which supports 2 basic actions, Release and Publish.
|
CmsRelease |
A subclass of CmsPublish which builds resource lists for resources which can be released, rather than published.
|
CmsWorkflowNotification |
Notification class for the workflow 'release' action.
|
Messages |
The message bundle for the workflow package.
|
Exception | Description |
---|---|
CmsInvalidActionException |
An exception which indicates that a user tried to execute an invalid workflow action.
|
CmsNewParentNotInWorkflowException |
An exception which indicates that the user tried to trigger a workflow action for a set of resources for which some parent folder
is not included in the set, but has the resource state 'new'.
|