Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use OperationType
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core.impl   
org.nuxeo.ecm.automation.server.jaxrs   
 

Uses of OperationType in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that return OperationType
 OperationType AutomationService.getOperation(String id)
          Gets an operation type given its ID.
 OperationType[] AutomationService.getOperations()
          Gets all operation types that was registered.
 

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

Classes in org.nuxeo.ecm.automation.core.impl that implement OperationType
 class OperationTypeImpl
           
 

Methods in org.nuxeo.ecm.automation.core.impl that return OperationType
 OperationType InvokableMethod.getOperation()
           
 OperationType OperationServiceImpl.getOperation(String id)
           
 OperationType[] OperationServiceImpl.getOperations()
           
 

Constructors in org.nuxeo.ecm.automation.core.impl with parameters of type OperationType
InvokableIteratorMethod(OperationType op, Method method, OperationMethod anno)
           
InvokableMethod(OperationType op, Method method, OperationMethod anno)
           
 

Uses of OperationType in org.nuxeo.ecm.automation.server.jaxrs
 

Methods in org.nuxeo.ecm.automation.server.jaxrs with parameters of type OperationType
 OperationChain ExecutionRequest.createChain(OperationType op)
           
 

Constructors in org.nuxeo.ecm.automation.server.jaxrs with parameters of type OperationType
OperationResource(AutomationService service, OperationType type)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.