|
||||||||
| 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 | |
|---|---|
CmsPublishData |
getInitData()
Returns the initial publish data. |
java.util.List<CmsProjectBean> |
getProjects()
Gets a list of projects from the server. |
java.util.List<CmsPublishGroup> |
getPublishGroups(CmsPublishOptions options)
Retrieves the publish list, subdivided into groups based on the time of their last change. |
CmsPublishOptions |
getPublishOptions()
Retrieves the publish options. |
java.util.List<CmsPublishResource> |
publishResources(java.util.List<CmsUUID> toPublish,
java.util.List<CmsUUID> toRemove,
boolean force)
Tries to publish a list of resources. |
| 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> getPublishGroups(CmsPublishOptions options)
throws CmsRpcException
options - the publish options for which the publish list should be fetched
CmsRpcException - if something goes wrong
CmsPublishOptions getPublishOptions()
throws CmsRpcException
CmsRpcException - if something goes wrong
java.util.List<CmsPublishResource> publishResources(java.util.List<CmsUUID> toPublish,
java.util.List<CmsUUID> toRemove,
boolean force)
throws CmsRpcException
toPublish - list of IDs of resources to publishtoRemove - list of IDs of resources to remove from the publish listforce - if true, ignore "broken link" problems
CmsRpcException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||