Uses of Class
org.opencms.ade.publish.shared.CmsWorkflowAction
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 CmsWorkflowAction in org.opencms.ade.publish
Modifier and TypeMethodDescriptionCmsPublishService.executeAction
(CmsWorkflowAction action, CmsWorkflowActionParams params) -
Uses of CmsWorkflowAction in org.opencms.workflow
Modifier and TypeMethodDescriptionCmsDefaultWorkflowManager.executeAction
(CmsObject cms, CmsWorkflowAction action, CmsPublishListToken token) CmsDefaultWorkflowManager.executeAction
(CmsObject userCms, CmsWorkflowAction action, CmsPublishOptions options, List<CmsResource> resources) CmsExtendedWorkflowManager.executeAction
(CmsObject userCms, CmsWorkflowAction action, CmsPublishOptions options, List<CmsResource> resources) I_CmsWorkflowManager.executeAction
(CmsObject cms, CmsWorkflowAction action, CmsPublishListToken token) Executes a workflow action for a publish list token instead of a resource list.I_CmsWorkflowManager.executeAction
(CmsObject userCms, CmsWorkflowAction action, CmsPublishOptions options, List<CmsResource> resources) Executes a workflow action in the context of the current user.