| 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.
|
| 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.
|
void |
I_CmsPublishServiceAsync.executeAction(CmsWorkflowAction action,
CmsWorkflowActionParams params,
com.google.gwt.user.client.rpc.AsyncCallback<CmsWorkflowResponse> callback)
Executes a workflow action.
|