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 CompiledChainAutomationService. compileChain(Class<?> inputType, OperationChain chain)Builds the operation chain given a context.CompiledChainAutomationService. 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 classOperationChainCompiler.CompiledChainImplMethods in org.nuxeo.ecm.automation.core.impl that return CompiledChain Modifier and Type Method Description CompiledChainOperationChainCompiler. compile(ChainTypeImpl typeof, Class<?> typein)CompiledChainOperationServiceImpl. compileChain(Class<?> inputType, OperationChain chain)CompiledChainOperationServiceImpl. compileChain(Class<?> inputType, OperationParameters... ops)
-