Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use InvalidChainException
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core.impl   
 

Uses of InvalidChainException in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that throw InvalidChainException
 CompiledChain AutomationService.compileChain(Class<?> inputType, OperationChain chain)
          Builds the operation chain given a context.
 CompiledChain AutomationService.compileChain(Class<?> inputType, OperationParameters... chain)
          Same as previous but takes an array of operation parameters
 Object AutomationService.run(OperationContext ctx, OperationChain chain)
          Builds and runs the operation chain given a context.
 Object AutomationService.run(OperationContext ctx, String chainId)
          Same as previous but for managed chains identified by an ID.
 Object AutomationService.run(OperationContext ctx, String id, Map<String,Object> params)
          Shortcut to execute a single operation described by the given ID and map of parameters
 

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

Methods in org.nuxeo.ecm.automation.core.impl that throw InvalidChainException
 CompiledChain OperationServiceImpl.compileChain(Class<?> inputType, OperationChain chain)
           
 CompiledChain OperationServiceImpl.compileChain(Class<?> inputType, OperationParameters... chain)
           
 Object OperationServiceImpl.run(OperationContext ctx, OperationChain chain)
           
 Object OperationServiceImpl.run(OperationContext ctx, String chainId)
           
 Object OperationServiceImpl.run(OperationContext ctx, String id, Map<String,Object> params)
          TODO avoid creating a temporary chain and then compile it.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.