Interface DeleteActionService
- All Known Implementing Classes:
DeleteActionServiceImpl
public interface DeleteActionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionexecuteDelete
(EntityExplorerActionSelection selection, HashMap<String, String> deselectedEntities) prepareDelete
(EntityExplorerActionSelection selection)
-
Method Details
-
prepareDelete
DeleteActionService.DeleteActionResponse prepareDelete(EntityExplorerActionSelection selection) throws RpcExecutionException - Throws:
RpcExecutionException
-
executeDelete
List<DeleteActionService.DeleteResponse> executeDelete(EntityExplorerActionSelection selection, HashMap<String, String> deselectedEntities) throws RpcExecutionException- Throws:
RpcExecutionException
-