Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.automation.OperationChain

Packages that use OperationChain
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core   
org.nuxeo.ecm.automation.core.impl   
org.nuxeo.ecm.automation.server.jaxrs   
 

Uses of OperationChain in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that return OperationChain
 OperationChain AutomationService.getOperationChain(java.lang.String id)
          Gets a registered operation chain.
 

Methods in org.nuxeo.ecm.automation that return types with arguments of type OperationChain
 java.util.List<OperationChain> AutomationService.getOperationChains()
          Gets a list of all registered chains
 

Methods in org.nuxeo.ecm.automation with parameters of type OperationChain
 CompiledChain AutomationService.compileChain(java.lang.Class<?> inputType, OperationChain chain)
          Builds the operation chain given a context.
 void AutomationService.putOperationChain(OperationChain chain)
          Registers a parametrized operation chain.
 void AutomationService.putOperationChain(OperationChain chain, boolean replace)
          Registers a parametrized operation chain.
 java.lang.Object AutomationService.run(OperationContext ctx, OperationChain chain)
          Builds and runs the operation chain given a context.
 

Uses of OperationChain in org.nuxeo.ecm.automation.core
 

Methods in org.nuxeo.ecm.automation.core that return OperationChain
 OperationChain OperationChainContribution.toOperationChain(org.osgi.framework.Bundle bundle)
           
 

Uses of OperationChain in org.nuxeo.ecm.automation.core.impl
 

Methods in org.nuxeo.ecm.automation.core.impl that return OperationChain
 OperationChain OperationServiceImpl.getOperationChain(java.lang.String id)
           
 

Methods in org.nuxeo.ecm.automation.core.impl that return types with arguments of type OperationChain
 java.util.List<OperationChain> OperationServiceImpl.getOperationChains()
           
 

Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationChain
 CompiledChain OperationServiceImpl.compileChain(java.lang.Class<?> inputType, OperationChain chain)
           
 void OperationServiceImpl.putOperationChain(OperationChain chain)
           
 void OperationServiceImpl.putOperationChain(OperationChain chain, boolean replace)
           
 java.lang.Object OperationServiceImpl.run(OperationContext ctx, OperationChain chain)
           
 

Uses of OperationChain in org.nuxeo.ecm.automation.server.jaxrs
 

Methods in org.nuxeo.ecm.automation.server.jaxrs that return OperationChain
 OperationChain ExecutionRequest.createChain(OperationType op)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.