Nuxeo Enterprise Platform 5.4

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(java.lang.Class<?> inputType, OperationChain chain)
          Builds the operation chain given a context.
 CompiledChain AutomationService.compileChain(java.lang.Class<?> inputType, OperationParameters... chain)
          Same as previous but takes an array of operation parameters
 java.lang.Object AutomationService.run(OperationContext ctx, OperationChain chain)
          Builds and runs the operation chain given a context.
 java.lang.Object AutomationService.run(OperationContext ctx, java.lang.String chainId)
          Same as previous but for managed chains identified by an ID.
 

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

Methods in org.nuxeo.ecm.automation.core.impl that throw InvalidChainException
 CompiledChain OperationServiceImpl.compileChain(java.lang.Class<?> inputType, OperationChain chain)
           
 CompiledChain OperationServiceImpl.compileChain(java.lang.Class<?> inputType, OperationParameters... chain)
           
 java.lang.Object OperationServiceImpl.run(OperationContext ctx, OperationChain chain)
           
 java.lang.Object OperationServiceImpl.run(OperationContext ctx, java.lang.String chainId)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.