Uses of Class
org.opencms.ade.publish.shared.CmsPublishListToken
Packages that use CmsPublishListToken
Package
Description
Classes for the publish dialog which are used by both the client and the server.
Classes related to publishing and workflow.
-
Uses of CmsPublishListToken in org.opencms.workflow
Methods in org.opencms.workflow that return CmsPublishListTokenModifier and TypeMethodDescriptionCmsDefaultWorkflowManager.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.Methods in org.opencms.workflow with parameters of type CmsPublishListTokenModifier and TypeMethodDescriptionCmsDefaultWorkflowManager.executeAction
(CmsObject cms, CmsWorkflowAction action, CmsPublishListToken token) I_CmsWorkflowManager.executeAction
(CmsObject cms, CmsWorkflowAction action, CmsPublishListToken token) Executes a workflow action for a publish list token instead of a resource list.