Uses of Class
org.opencms.ade.publish.shared.CmsWorkflowResponse
Package
Description
This package contains the server-side classes for the publish module.
Classes to handle client-side GWT-RPC services.
Classes related to publishing and workflow.
-
Uses of CmsWorkflowResponse in org.opencms.ade.publish
Modifier and TypeMethodDescriptionCmsPublishService.executeAction
(CmsWorkflowAction action, CmsWorkflowActionParams params) -
Uses of CmsWorkflowResponse in org.opencms.workflow
Modifier and TypeMethodDescriptionprotected CmsWorkflowResponse
CmsDefaultWorkflowManager.actionForcePublish
(CmsObject userCms, CmsPublishOptions options, List<CmsResource> resources) The implementation of the "forcepublish" workflow action.protected CmsWorkflowResponse
CmsDefaultWorkflowManager.actionPublish
(CmsObject userCms, CmsPublishOptions options, List<CmsResource> resources) The implementation of the "publish" workflow action.protected CmsWorkflowResponse
CmsExtendedWorkflowManager.actionRelease
(CmsObject userCms, List<CmsResource> resources) Implementation of the 'release' workflow action.CmsDefaultWorkflowManager.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.protected CmsWorkflowResponse
CmsExtendedWorkflowManager.getPublishBrokenRelationsResponse
(CmsObject userCms, List<CmsPublishResource> publishResources) Helper method for generating the workflow response which should be sent when publishing the resources would break relations.protected CmsWorkflowResponse
CmsExtendedWorkflowManager.getSuccessResponse()
Gets the workflow response which should be sent when the resources have successfully been published.