Class RunOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.execution.RunOperation
-
public class RunOperation extends Object
Run an embedded operation chain using the current input. The output is undefined (Void)- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected String
chainId
protected Properties
chainParameters
protected OperationContext
ctx
static String
ID
protected boolean
isolate
protected AutomationService
service
-
Constructor Summary
Constructors Constructor Description RunOperation()
-
-
-
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
-
chainParameters
protected Properties chainParameters
-
-
Method Detail
-
run
public void run() throws OperationException
- Throws:
OperationException
-
-