Uses of Class
org.opencms.ade.publish.shared.CmsWorkflowResponse
Packages that use 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
Methods in org.opencms.ade.publish that return CmsWorkflowResponseModifier and TypeMethodDescriptionCmsPublishService.executeAction(CmsWorkflowAction action, CmsWorkflowActionParams params) -
Uses of CmsWorkflowResponse in org.opencms.workflow
Methods in org.opencms.workflow that return CmsWorkflowResponseModifier and TypeMethodDescriptionprotected CmsWorkflowResponseCmsDefaultWorkflowManager.actionForcePublish(CmsObject userCms, CmsPublishOptions options, List<CmsResource> resources) The implementation of the "forcepublish" workflow action.protected CmsWorkflowResponseCmsDefaultWorkflowManager.actionPublish(CmsObject userCms, CmsPublishOptions options, List<CmsResource> resources) The implementation of the "publish" workflow action.protected CmsWorkflowResponseCmsExtendedWorkflowManager.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 CmsWorkflowResponseCmsExtendedWorkflowManager.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 CmsWorkflowResponseCmsExtendedWorkflowManager.getSuccessResponse()Gets the workflow response which should be sent when the resources have successfully been published.