| Package | Description |
|---|---|
| org.nuxeo.ecm.automation | |
| org.nuxeo.ecm.automation.core.impl |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
OperationChainCompiler.CompiledChainImpl |
| Modifier and Type | Method and Description |
|---|---|
CompiledChain |
OperationChainCompiler.compile(ChainTypeImpl typeof,
Class<?> typein) |
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationChain chain) |
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationParameters... ops) |
Copyright © 2019 Nuxeo. All rights reserved.