Class AutomationBulkActionUi
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.bulk.AbstractAutomationBulkAction
-
- org.nuxeo.ecm.automation.core.operations.services.bulk.AutomationBulkActionUi
-
- All Implemented Interfaces:
StreamProcessorTopology
public class AutomationBulkActionUi extends AbstractAutomationBulkAction
Bulk Action that runs an automation operation dedicated for UI- Since:
- 11.5
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.automation.core.operations.services.bulk.AbstractAutomationBulkAction
AbstractAutomationBulkAction.AutomationComputation
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_NAME
protected static String
QUERY_LIMIT_PREFIX
-
Fields inherited from class org.nuxeo.ecm.automation.core.operations.services.bulk.AbstractAutomationBulkAction
FAIL_ON_ERROR_OPTION, OPERATION_ID, OPERATION_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description AutomationBulkActionUi()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getActionName()
static int
getQueryLimit(String operationId)
-
Methods inherited from class org.nuxeo.ecm.automation.core.operations.services.bulk.AbstractAutomationBulkAction
getActionFullName, getTopology
-
-
-
-
Field Detail
-
ACTION_NAME
public static final String ACTION_NAME
- See Also:
- Constant Field Values
-
QUERY_LIMIT_PREFIX
protected static final String QUERY_LIMIT_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getQueryLimit
public static int getQueryLimit(String operationId)
-
getActionName
protected String getActionName()
- Specified by:
getActionName
in classAbstractAutomationBulkAction
-
-