Package org.nuxeo.ecm.core.action
Class DeletionAction
- java.lang.Object
- 
- org.nuxeo.ecm.core.action.DeletionAction
 
- 
- All Implemented Interfaces:
- StreamProcessorTopology
 
 public class DeletionAction extends Object implements 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
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDeletionAction.DeletionComputation
 - 
Field SummaryFields Modifier and Type Field Description static StringACTION_FULL_NAMEstatic StringACTION_NAME
 - 
Constructor SummaryConstructors Constructor Description DeletionAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologygetTopology(Map<String,String> options)Returns a Stream computation topology.
 
- 
- 
- 
Field Detail- 
ACTION_NAMEpublic static final String ACTION_NAME - See Also:
- Constant Field Values
 
 - 
ACTION_FULL_NAMEpublic static final String ACTION_FULL_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getTopologypublic Topology getTopology(Map<String,String> options) Description copied from interface:StreamProcessorTopologyReturns a Stream computation topology.- Specified by:
- getTopologyin interface- StreamProcessorTopology
 
 
- 
 
-