程序包 | 说明 |
---|---|
org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
org.opencms.ade.publish.client |
Client-side classes for the publish dialog.
|
org.opencms.ade.publish.shared.rpc |
Classes to handle client-side GWT-RPC services.
|
限定符和类型 | 方法和说明 |
---|---|
CmsWorkflowResponse |
CmsPublishService.executeAction(CmsWorkflowAction action,
CmsWorkflowActionParams params) |
限定符和类型 | 方法和说明 |
---|---|
protected CmsWorkflowActionParams |
CmsPublishDialog.getWorkflowActionParams()
Gets the workflow action parameters to which the workflow action should be applied.
|
限定符和类型 | 方法和说明 |
---|---|
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) |