Package ch.tocco.nice2.dms.spi.action
Interface ContentActionService
- All Known Subinterfaces:
PageContentActionService
,ResourceContentActionService
- All Known Implementing Classes:
ContentActionServiceImpl
,PageContentActionServiceImpl
,ResourceContentActionServiceImpl
public interface ContentActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
publish
(EntityExplorerActionSelection actionSelection, String module) void
publishAll
(EntityExplorerActionSelection actionSelection, String module, String entityName) void
revert
(EntityExplorerActionSelection actionSelection, String module) void
revertAll
(EntityExplorerActionSelection actionSelection, String module, String entityName) void
unpublish
(EntityExplorerActionSelection actionSelection, String module) void
unpublishAll
(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
-