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 OperationChain
OperationChain. clone()
OperationChain
AutomationService. 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 CompiledChain
AutomationService. compileChain(Class<?> inputType, OperationChain chain)
Builds the operation chain given a context.void
OperationChain. merge(OperationChain other)
void
AutomationService. putOperationChain(OperationChain chain)
Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.putOperation(OperationType, boolean)
method instead.void
AutomationService. 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.Object
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 OperationChain Modifier and Type Method Description OperationChain
OperationChainContribution. toOperationChain(org.osgi.framework.Bundle bundle)
Methods in org.nuxeo.ecm.automation.core with parameters of type OperationChain Modifier and Type Method Description static 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 OperationChain Modifier and Type Field Description protected OperationChain
ChainTypeImpl. chain
Methods in org.nuxeo.ecm.automation.core.impl that return OperationChain Modifier and Type Method Description OperationChain
ChainTypeImpl. getChain()
OperationChain
OperationServiceImpl. 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 CompiledChain
OperationServiceImpl. compileChain(Class<?> inputType, OperationChain chain)
void
OperationServiceImpl. putOperationChain(OperationChain chain)
void
OperationServiceImpl. putOperationChain(OperationChain chain, boolean replace)
Object
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 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 void
TracerFactory. clearTrace(OperationChain chain)
void
TracerFactory. clearTrace(OperationChain chain, int index)
Trace
TracerFactory. getTrace(OperationChain chain, int index)
-