Uses of Class
org.opencms.ade.publish.shared.CmsWorkflow
Packages that use 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
Methods in org.opencms.ade.publish with parameters of type CmsWorkflowModifier and TypeMethodDescriptionCmsPublishService.getResourceGroups(CmsWorkflow workflow, CmsPublishOptions options, boolean projectChanged) -
Uses of CmsWorkflow in org.opencms.workflow
Methods in org.opencms.workflow that return CmsWorkflowModifier and TypeMethodDescriptionCmsWorkflowResources.getOverrideWorkflow()Gets the override workflow, or null.Methods in org.opencms.workflow that return types with arguments of type CmsWorkflowModifier and TypeMethodDescriptionCmsDefaultWorkflowManager.getWorkflows(CmsObject cms) CmsExtendedWorkflowManager.getWorkflows(CmsObject cms) I_CmsWorkflowManager.getWorkflows(CmsObject cms) Returns the available workflows for the current user.Methods in org.opencms.workflow with parameters of type CmsWorkflowModifier 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.Constructors in org.opencms.workflow with parameters of type CmsWorkflowModifierConstructorDescriptionCmsWorkflowResources(List<CmsResource> workflowResources, CmsWorkflow overrideWorkflow, Integer tooManyCount) Creates new instance.