Interface I_CmsPublishService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
CmsPublishService
The synchronous publish list interface.
- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionexecuteAction
(CmsWorkflowAction action, CmsWorkflowActionParams params) Tries to publish a list of resources.getInitData
(HashMap<String, String> params) Returns the initial publish data.getResourceGroups
(CmsWorkflow workflow, CmsPublishOptions options, boolean projectChanged) Retrieves the publish list, subdivided into groups based on the time of their last change.Retrieves the publish options.
-
Method Details
-
getInitData
Returns the initial publish data.- Parameters:
params
- a map of additional publish parameters- Returns:
- the initial publish data
- Throws:
CmsRpcException
- if something goes wrong
-
getResourceOptions
Retrieves the publish options.- Returns:
- the publish options last used
- Throws:
CmsRpcException
- if something goes wrong