Nuxeo Enterprise Platform 5.4

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(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
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.