Class RunDocumentChain
java.lang.Object
org.nuxeo.ecm.automation.core.operations.execution.RunDocumentChain
Run an embedded operation chain that returns a DocumentModel using the current input.
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Properties
protected OperationContext
static final String
protected boolean
protected boolean
protected boolean
protected AutomationService
protected CoreSession
protected Integer
-
Constructor Summary
-
Method Summary
-
Field Details
-
ID
- See Also:
-
ctx
-
service
-
session
-
chainId
-
isolate
protected boolean isolate -
chainParameters
-
newTx
protected boolean newTx- Since:
- 6.0 Define if the chain in parameter should be executed in new transaction.
-
timeout
- Since:
- 6.0 Define transaction timeout (default to 60 sec).
-
rollbackGlobalOnError
protected boolean rollbackGlobalOnError- Since:
- 6.0 Define if transaction should rollback or not (default to true).
-
-
Constructor Details
-
RunDocumentChain
public RunDocumentChain()
-
-
Method Details
-
run
- Throws:
OperationException
-
run
- Throws:
OperationException
-