Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.automation.CompiledChain

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

Uses of CompiledChain in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that return CompiledChain
 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
 

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

Methods in org.nuxeo.ecm.automation.core.impl that return CompiledChain
 CompiledChain OperationServiceImpl.compileChain(Class<?> inputType, OperationChain chain)
           
 CompiledChain OperationServiceImpl.compileChain(Class<?> inputType, OperationParameters... chain)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.