Package org.nuxeo.ecm.core.bulk.action
Class TrashAction
- java.lang.Object
-
- org.nuxeo.ecm.core.bulk.action.TrashAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class TrashAction extends Object implements StreamProcessorTopology
- Since:
- 10.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrashAction.TrashComputation
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_FULL_NAMEstatic StringACTION_NAMEstatic StringPARAM_NAMEstatic StringPROXY_QUERY_TEMPLATEstatic StringSYSPROP_QUERY_TEMPLATE
-
Constructor Summary
Constructors Constructor Description TrashAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologygetTopology(Map<String,String> options)Returns a Stream computation topology.
-
-
-
Field Detail
-
ACTION_NAME
public static final String ACTION_NAME
- See Also:
- Constant Field Values
-
ACTION_FULL_NAME
public static final String ACTION_FULL_NAME
- See Also:
- Constant Field Values
-
PARAM_NAME
public static final String PARAM_NAME
- See Also:
- Constant Field Values
-
PROXY_QUERY_TEMPLATE
public static final String PROXY_QUERY_TEMPLATE
- See Also:
- Constant Field Values
-
SYSPROP_QUERY_TEMPLATE
public static final String SYSPROP_QUERY_TEMPLATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopologyReturns a Stream computation topology.- Specified by:
getTopologyin interfaceStreamProcessorTopology
-
-