Uses of Interface
org.nuxeo.ecm.automation.CompiledChain
-
Packages that use CompiledChain Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core.impl -
-
Uses of CompiledChain in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return CompiledChain Modifier and Type Method 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 -
Uses of CompiledChain in org.nuxeo.ecm.automation.core.impl
Classes in org.nuxeo.ecm.automation.core.impl that implement CompiledChain Modifier and Type Class Description protected class
OperationChainCompiler.CompiledChainImpl
Methods in org.nuxeo.ecm.automation.core.impl that return CompiledChain Modifier and Type Method Description CompiledChain
OperationChainCompiler. compile(ChainTypeImpl typeof, Class<?> typein)
CompiledChain
OperationServiceImpl. compileChain(Class<?> inputType, OperationChain chain)
CompiledChain
OperationServiceImpl. compileChain(Class<?> inputType, OperationParameters... ops)
-