Uses of Class
org.nuxeo.ecm.automation.OperationChain
Package
Description
-
Uses of OperationChain in org.nuxeo.ecm.automation
Modifier 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
Modifier and TypeMethodDescriptionOperationChainContribution.toOperationChain
(org.osgi.framework.Bundle bundle) Modifier and TypeMethodDescriptionstatic OperationChainContribution
OperationChainContribution.contribOf
(OperationChain chain, boolean replace) -
Uses of OperationChain in org.nuxeo.ecm.automation.core.impl
Modifier and TypeMethodDescriptionChainTypeImpl.getChain()
protected OperationChain
OperationServiceImpl.getOperationChain
(String id) Modifier and TypeMethodDescriptionOperationServiceImpl.compileChain
(Class<?> inputType, OperationChain chain) OperationServiceImpl.run
(OperationContext ctx, OperationChain chain) static ChainTypeImpl
ChainTypeImpl.typeof
(OperationChain chain, boolean replace) ModifierConstructorDescriptionChainTypeImpl
(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
Modifier and TypeMethodDescriptionvoid
TracerFactory.clearTrace
(OperationChain chain) void
TracerFactory.clearTrace
(OperationChain chain, int index) TracerFactory.getTrace
(OperationChain chain, int index)