Uses of Class
org.nuxeo.ecm.automation.OperationChain
-
Packages that use OperationChain Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core org.nuxeo.ecm.automation.core.impl org.nuxeo.ecm.automation.core.trace -
-
Uses of OperationChain in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return OperationChain Modifier and Type Method Description OperationChainOperationChain. clone()OperationChainAutomationService. getOperationChain(String id)Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.getOperation(String)method instead.Methods in org.nuxeo.ecm.automation that return types with arguments of type OperationChain Modifier and Type Method Description List<OperationChain>AutomationService. getOperationChains()Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.getOperations()method instead.Methods in org.nuxeo.ecm.automation with parameters of type OperationChain Modifier and Type Method Description CompiledChainAutomationService. compileChain(Class<?> inputType, OperationChain chain)Builds the operation chain given a context.voidOperationChain. merge(OperationChain other)voidAutomationService. putOperationChain(OperationChain chain)Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.putOperation(OperationType, boolean)method instead.voidAutomationService. putOperationChain(OperationChain chain, boolean replace)Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.putOperation(OperationType, boolean)method instead.ObjectAutomationService. run(OperationContext ctx, OperationChain chain)Builds and runs the operation chain given a context.static OperationTypeOperationType. typeof(OperationChain chain, boolean replace) -
Uses of OperationChain in org.nuxeo.ecm.automation.core
Methods in org.nuxeo.ecm.automation.core that return OperationChain Modifier and Type Method Description OperationChainOperationChainContribution. toOperationChain(org.osgi.framework.Bundle bundle)Methods in org.nuxeo.ecm.automation.core with parameters of type OperationChain Modifier and Type Method Description static OperationChainContributionOperationChainContribution. 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 OperationChain Modifier and Type Field Description protected OperationChainChainTypeImpl. chainMethods in org.nuxeo.ecm.automation.core.impl that return OperationChain Modifier and Type Method Description OperationChainChainTypeImpl. getChain()OperationChainOperationServiceImpl. getOperationChain(String id)Methods in org.nuxeo.ecm.automation.core.impl that return types with arguments of type OperationChain Modifier and Type Method Description List<OperationChain>OperationServiceImpl. getOperationChains()Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationChain Modifier and Type Method Description CompiledChainOperationServiceImpl. compileChain(Class<?> inputType, OperationChain chain)voidOperationServiceImpl. putOperationChain(OperationChain chain)voidOperationServiceImpl. putOperationChain(OperationChain chain, boolean replace)ObjectOperationServiceImpl. run(OperationContext ctx, OperationChain chain)static ChainTypeImplChainTypeImpl. typeof(OperationChain chain, boolean replace)Constructors in org.nuxeo.ecm.automation.core.impl with parameters of type OperationChain Constructor Description ChainTypeImpl(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 OperationChain Modifier and Type Method Description voidTracerFactory. clearTrace(OperationChain chain)voidTracerFactory. clearTrace(OperationChain chain, int index)TraceTracerFactory. getTrace(OperationChain chain, int index)
-