Uses of Class
org.nuxeo.ecm.automation.OperationChain
Packages that use OperationChain
Package
Description
-
Uses of OperationChain in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return OperationChainMethods in org.nuxeo.ecm.automation with parameters of type OperationChainModifier and TypeMethodDescriptionAutomationService.compileChain
(Class<?> inputType, OperationChain chain) Builds the operation chain given a context.void
OperationChain.merge
(OperationChain other) AutomationService.run
(OperationContext ctx, OperationChain chain) Builds and runs the operation chain given a context.static OperationType
OperationType.typeof
(OperationChain chain, boolean replace) -
Uses of OperationChain in org.nuxeo.ecm.automation.core
Methods in org.nuxeo.ecm.automation.core that return OperationChainModifier and TypeMethodDescriptionOperationChainContribution.toOperationChain
(org.osgi.framework.Bundle bundle) Methods in org.nuxeo.ecm.automation.core with parameters of type OperationChainModifier and TypeMethodDescriptionstatic OperationChainContribution
OperationChainContribution.contribOf
(OperationChain chain, boolean replace) -
Uses of OperationChain in org.nuxeo.ecm.automation.core.impl
Fields in org.nuxeo.ecm.automation.core.impl declared as OperationChainMethods in org.nuxeo.ecm.automation.core.impl that return OperationChainModifier and TypeMethodDescriptionChainTypeImpl.getChain()
protected OperationChain
OperationServiceImpl.getOperationChain
(String id) Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationChainModifier and TypeMethodDescriptionOperationServiceImpl.compileChain
(Class<?> inputType, OperationChain chain) OperationServiceImpl.run
(OperationContext ctx, OperationChain chain) static ChainTypeImpl
ChainTypeImpl.typeof
(OperationChain chain, boolean replace) Constructors in org.nuxeo.ecm.automation.core.impl with parameters of type OperationChainModifierConstructorDescriptionChainTypeImpl
(AutomationService service, OperationChain chain, OperationChainContribution contribution) Deprecated.since 11.1, see other constructorChainTypeImpl
(AutomationService service, OperationChain chain, OperationChainContribution contribution, String contributingComponent) -
Uses of OperationChain in org.nuxeo.ecm.automation.core.trace
Methods in org.nuxeo.ecm.automation.core.trace with parameters of type OperationChainModifier and TypeMethodDescriptionvoid
TracerFactory.clearTrace
(OperationChain chain) void
TracerFactory.clearTrace
(OperationChain chain, int index) TracerFactory.getTrace
(OperationChain chain, int index)