Package | Description |
---|---|
org.nuxeo.ecm.automation | |
org.nuxeo.ecm.automation.core.impl | |
org.nuxeo.ecm.automation.core.operations.services |
Modifier and Type | Method and Description |
---|---|
CompiledChain |
AutomationService.compileChain(Class<?> inputType,
OperationChain chain)
Builds the operation chain given a context.
|
CompiledChain |
AutomationService.compileChain(Class<?> inputType,
OperationParameters... chain)
Same as previous but takes an array of operation parameters
|
Object |
AutomationService.run(OperationContext ctx,
OperationChain chain)
Builds and runs the operation chain given a context.
|
Object |
AutomationService.run(OperationContext ctx,
String chainId)
Same as previous but for managed chains identified by an ID.
|
Object |
AutomationService.run(OperationContext ctx,
String id,
Map<String,Object> params)
Shortcut to execute a single operation described by the given ID and map
of parameters
|
Modifier and Type | Method and Description |
---|---|
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationChain chain) |
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationParameters... operations) |
Modifier and Type | Method and Description |
---|---|
void |
RunOperationOnProvider.run(PaginableDocumentModelListImpl paginableList) |
Copyright © 2013 Nuxeo SA. All Rights Reserved.