Interface ContentActionService
- All Known Subinterfaces:
PageContentActionService, ResourceContentActionService
- All Known Implementing Classes:
ContentActionServiceImpl, PageContentActionServiceImpl, ResourceContentActionServiceImpl
public interface ContentActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidpublish(EntityExplorerActionSelection actionSelection, String module) voidpublishAll(EntityExplorerActionSelection actionSelection, String module, String entityName) voidrevert(EntityExplorerActionSelection actionSelection, String module) voidrevertAll(EntityExplorerActionSelection actionSelection, String module, String entityName) voidunpublish(EntityExplorerActionSelection actionSelection, String module) voidunpublishAll(EntityExplorerActionSelection actionSelection, String module, String entityName)
-
Method Details
-
publish
void publish(EntityExplorerActionSelection actionSelection, String module) throws PersistException, RpcExecutionException -
publishAll
void publishAll(EntityExplorerActionSelection actionSelection, String module, String entityName) throws PersistException, RpcExecutionException -
revert
void revert(EntityExplorerActionSelection actionSelection, String module) throws PersistException, RpcExecutionException -
revertAll
void revertAll(EntityExplorerActionSelection actionSelection, String module, String entityName) throws PersistException, RpcExecutionException -
unpublish
void unpublish(EntityExplorerActionSelection actionSelection, String module) throws PersistException, RpcExecutionException -
unpublishAll
void unpublishAll(EntityExplorerActionSelection actionSelection, String module, String entityName) throws PersistException, RpcExecutionException
-