Uses of Interface
org.opencms.workflow.I_CmsWorkflowManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
Classes related to publishing and workflow.
-
Uses of I_CmsWorkflowManager in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getWorkflowManager()
Gets the configured workflow manager instance.Modifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setWorkflowManager
(I_CmsWorkflowManager workflowManager) Sets the configured workflow manager instance. -
Uses of I_CmsWorkflowManager in org.opencms.main
Modifier and TypeMethodDescriptionstatic I_CmsWorkflowManager
OpenCms.getWorkflowManager()
Gets the initialized workflow manager.protected I_CmsWorkflowManager
OpenCmsCore.getWorkflowManager()
Returns the workflow manager instance. -
Uses of I_CmsWorkflowManager in org.opencms.workflow
Modifier and TypeClassDescriptionclass
Abstract class which provides common functionality for workflow managers, like initialization of the configuration parameters.class
The default implementation of the workflow manager interface, which offers only publish functionality.class
The default workflow manager implementation, which supports 2 basic actions, Release and Publish.