Class RunOperationOnProvider
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.RunOperationOnProvider
-
public class RunOperationOnProvider extends Object
Run an embedded operation chain for each page of the pageProvider given as input. The output is undefined (Void)- Since:
- 5.6
-
-
Field Summary
Fields Modifier and Type Field Description protected String
chainId
protected OperationContext
ctx
static String
ID
protected boolean
isolate
protected AutomationService
service
-
Constructor Summary
Constructors Constructor Description RunOperationOnProvider()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
service
protected AutomationService service
-
chainId
protected String chainId
-
isolate
protected boolean isolate
-
-
Method Detail
-
run
public void run(PaginableDocumentModelListImpl paginableList) throws OperationException
- Throws:
OperationException
-
-