Uses of Interface
org.nuxeo.ecm.automation.CompiledChain
-
Uses of CompiledChain in org.nuxeo.ecm.automation
Modifier and TypeMethodDescriptionAutomationService.compileChain
(Class<?> inputType, OperationChain chain) Builds the operation chain given a context.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
Modifier and TypeMethodDescriptionOperationChainCompiler.compile
(ChainTypeImpl typeof, Class<?> typein) OperationServiceImpl.compileChain
(Class<?> inputType, OperationChain chain) OperationServiceImpl.compileChain
(Class<?> inputType, OperationParameters... ops)