Package org.nuxeo.ecm.core.action
Class DeletionAction
java.lang.Object
org.nuxeo.ecm.core.action.DeletionAction
- All Implemented Interfaces:
StreamProcessorTopology
Bulk Action to delete documents directly at storage level. This might cause inconsistencies if using SQL-based
storages because of parent-children constraints.
- Since:
- 11.1
-
Field Details
-
ACTION_NAME
- See Also:
-
ACTION_FULL_NAME
- See Also:
-
-
Constructor Details
-
DeletionAction
public DeletionAction()
-
-
Method Details
-
getTopology
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-