|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsPublishService
The synchronous publish list interface.
| Method Summary | |
|---|---|
CmsWorkflowResponse |
executeAction(java.util.List<CmsUUID> toPublish,
java.util.List<CmsUUID> toRemove,
CmsWorkflowAction action)
Tries to publish a list of resources. |
CmsPublishData |
getInitData()
Returns the initial publish data. |
java.util.List<CmsProjectBean> |
getProjects()
Gets a list of projects from the server. |
java.util.List<CmsPublishGroup> |
getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options)
Retrieves the publish list, subdivided into groups based on the time of their last change. |
CmsPublishOptions |
getResourceOptions()
Retrieves the publish options. |
| Method Detail |
|---|
CmsPublishData getInitData()
throws CmsRpcException
CmsRpcException - if something goes wrong
java.util.List<CmsProjectBean> getProjects()
throws CmsRpcException
CmsRpcException - if something goes wrong
java.util.List<CmsPublishGroup> getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options)
throws CmsRpcException
workflow - the selected workflowoptions - the publish options for which the publish list should be fetched
CmsRpcException - if something goes wrong
CmsPublishOptions getResourceOptions()
throws CmsRpcException
CmsRpcException - if something goes wrong
CmsWorkflowResponse executeAction(java.util.List<CmsUUID> toPublish,
java.util.List<CmsUUID> toRemove,
CmsWorkflowAction action)
throws CmsRpcException
toPublish - list of IDs of resources to publishtoRemove - list of IDs of resources to remove from the publish listaction - the work flow action
CmsRpcException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||