Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(String id)
          Gets a registered operation chain.
 

Methods in org.nuxeo.ecm.automation that return types with arguments of type OperationChain
 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(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.
 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(String id)
           
 

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

Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationChain
 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)
           
 

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.