Uses of Interface
org.opencms.workflow.I_CmsWorkflowManager
Packages that use 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
Methods in org.opencms.configuration that return I_CmsWorkflowManagerModifier and TypeMethodDescriptionCmsSystemConfiguration.getWorkflowManager()
Gets the configured workflow manager instance.Methods in org.opencms.configuration with parameters of type I_CmsWorkflowManagerModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setWorkflowManager
(I_CmsWorkflowManager workflowManager) Sets the configured workflow manager instance. -
Uses of I_CmsWorkflowManager in org.opencms.main
Methods in org.opencms.main that return I_CmsWorkflowManagerModifier 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
Classes in org.opencms.workflow that implement I_CmsWorkflowManagerModifier 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.