| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.ade.publish.shared.rpc |
Classes to handle client-side GWT-RPC services.
|
| org.opencms.workflow |
Classes related to publishing and workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CmsWorkflowResponse |
CmsPublishService.executeAction(CmsWorkflowAction action,
CmsWorkflowActionParams params) |
| Modifier and Type | Method and Description |
|---|---|
CmsWorkflowResponse |
I_CmsPublishService.executeAction(CmsWorkflowAction action,
CmsWorkflowActionParams params)
Tries to publish a list of resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsPublishServiceAsync.executeAction(CmsWorkflowAction action,
CmsWorkflowActionParams params,
com.google.gwt.user.client.rpc.AsyncCallback<CmsWorkflowResponse> callback)
Executes a workflow action.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsWorkflowResponse |
CmsDefaultWorkflowManager.actionForcePublish(CmsObject userCms,
CmsPublishOptions options,
java.util.List<CmsResource> resources)
The implementation of the "forcepublish" workflow action.
|
protected CmsWorkflowResponse |
CmsDefaultWorkflowManager.actionPublish(CmsObject userCms,
CmsPublishOptions options,
java.util.List<CmsResource> resources)
The implementation of the "publish" workflow action.
|
protected CmsWorkflowResponse |
CmsExtendedWorkflowManager.actionRelease(CmsObject userCms,
java.util.List<CmsResource> resources)
Implementation of the 'release' workflow action.
|
CmsWorkflowResponse |
CmsDefaultWorkflowManager.executeAction(CmsObject cms,
CmsWorkflowAction action,
CmsPublishListToken token) |
CmsWorkflowResponse |
I_CmsWorkflowManager.executeAction(CmsObject cms,
CmsWorkflowAction action,
CmsPublishListToken token)
Executes a workflow action for a publish list token instead of a resource list.
|
CmsWorkflowResponse |
CmsDefaultWorkflowManager.executeAction(CmsObject userCms,
CmsWorkflowAction action,
CmsPublishOptions options,
java.util.List<CmsResource> resources) |
CmsWorkflowResponse |
I_CmsWorkflowManager.executeAction(CmsObject userCms,
CmsWorkflowAction action,
CmsPublishOptions options,
java.util.List<CmsResource> resources)
Executes a workflow action in the context of the current user.
|
CmsWorkflowResponse |
CmsExtendedWorkflowManager.executeAction(CmsObject userCms,
CmsWorkflowAction action,
CmsPublishOptions options,
java.util.List<CmsResource> resources) |
protected CmsWorkflowResponse |
CmsExtendedWorkflowManager.getPublishBrokenRelationsResponse(CmsObject userCms,
java.util.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.
|