public class RunDocumentChain extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
chainId |
protected Properties |
chainParameters |
protected OperationContext |
ctx |
static String |
ID |
protected boolean |
isolate |
protected boolean |
newTx |
protected boolean |
rollbackGlobalOnError |
protected AutomationService |
service |
protected CoreSession |
session |
protected Integer |
timeout |
Constructor and Description |
---|
RunDocumentChain() |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
run(DocumentModel doc) |
DocumentModelList |
run(DocumentModelList docs) |
public static final String ID
protected OperationContext ctx
protected AutomationService service
protected CoreSession session
protected boolean isolate
protected Properties chainParameters
protected boolean newTx
protected boolean rollbackGlobalOnError
public RunDocumentChain()
public DocumentModel run(DocumentModel doc) throws OperationException
OperationException
public DocumentModelList run(DocumentModelList docs) throws OperationException
OperationException
Copyright © 2015 Nuxeo SA. All rights reserved.