| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.ade.publish.shared |
Classes for the publish dialog which are used by both the client and the server.
|
| 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 |
|---|---|
java.util.List<CmsWorkflowAction> |
CmsWorkflow.getActions()
Returns the list of actions which are possible in this workflow.
|
java.util.List<CmsWorkflowAction> |
CmsWorkflowResponse.getAvailableActions()
Returns the list of actions which are available next.
|
| Constructor and Description |
|---|
CmsWorkflow(java.lang.String id,
java.lang.String niceName,
java.util.List<CmsWorkflowAction> actions)
Creates a new workflow bean instance.
|
CmsWorkflowResponse(boolean isSuccess,
java.lang.String message,
java.util.List<CmsPublishResource> resources,
java.util.List<CmsWorkflowAction> availableActions,
CmsUUID workflowId)
Creates a new workflow response object.
|
| Modifier and Type | Method and Description |
|---|---|
CmsWorkflowResponse |
I_CmsPublishService.executeAction(CmsWorkflowAction action,
CmsWorkflowActionParams params)
Tries to publish a list of resources.
|
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 |
|---|---|
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) |