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