Uses of Class
org.opencms.ade.publish.shared.CmsWorkflow
Package
Description
This package contains the server-side classes for the publish module.
Classes for the publish dialog which are used by both the client and the server.
Classes to handle client-side GWT-RPC services.
Classes related to publishing and workflow.
-
Uses of CmsWorkflow in org.opencms.ade.publish
Modifier and TypeMethodDescriptionCmsPublishService.getResourceGroups
(CmsWorkflow workflow, CmsPublishOptions options, boolean projectChanged) -
Uses of CmsWorkflow in org.opencms.workflow
Modifier and TypeMethodDescriptionCmsWorkflowResources.getOverrideWorkflow()
Gets the override workflow, or null.Modifier and TypeMethodDescriptionCmsDefaultWorkflowManager.getWorkflows
(CmsObject cms) CmsExtendedWorkflowManager.getWorkflows
(CmsObject cms) I_CmsWorkflowManager.getWorkflows
(CmsObject cms) Returns the available workflows for the current user.Modifier and TypeMethodDescriptionCmsDefaultWorkflowManager.createFormatter
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options) CmsExtendedWorkflowManager.createFormatter
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options) I_CmsWorkflowManager.createFormatter
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options) Creates the formatter for formatting the resources to be displayed to the user.CmsDefaultWorkflowManager.getPublishListToken
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options) I_CmsWorkflowManager.getPublishListToken
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options) Gets a publish list token for the given parameters which can be used later to reconstruct the publish list.CmsDefaultWorkflowManager.getWorkflowResources
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options, boolean canOverride, boolean ignoreLimit) CmsExtendedWorkflowManager.getWorkflowResources
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options, boolean canOverrideWorkflow, boolean ignoreLimit) I_CmsWorkflowManager.getWorkflowResources
(CmsObject cms, CmsWorkflow workflow, CmsPublishOptions options, boolean canOverride, boolean ignoreLimit) Returns the resources for the given workflow and project.ModifierConstructorDescriptionCmsWorkflowResources
(List<CmsResource> workflowResources, CmsWorkflow overrideWorkflow, Integer tooManyCount) Creates new instance.