Class AutomationBulkAction
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.bulk.AutomationBulkAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class AutomationBulkAction extends Object implements StreamProcessorTopology
Bulk Action that runs an automation operation- Since:
- 10.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutomationBulkAction.AutomationComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
static String
OPERATION_ID
static String
OPERATION_PARAMETERS
-
Constructor Summary
Constructors Constructor Description AutomationBulkAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topology
getTopology(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
-
OPERATION_ID
public static final String OPERATION_ID
- See Also:
- Constant Field Values
-
OPERATION_PARAMETERS
public static final String OPERATION_PARAMETERS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AutomationBulkAction
public AutomationBulkAction()
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-
-