Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use AutomationService
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core.events   
org.nuxeo.ecm.automation.core.impl   
org.nuxeo.ecm.automation.server.jaxrs   
org.nuxeo.ecm.automation.server.jaxrs.debug   
 

Uses of AutomationService in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that return AutomationService
 AutomationService OperationType.getService()
          Gets the service that registered that type.
 

Uses of AutomationService in org.nuxeo.ecm.automation.core.events
 

Constructors in org.nuxeo.ecm.automation.core.events with parameters of type AutomationService
EventHandlerRegistry(AutomationService svc)
           
 

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

Classes in org.nuxeo.ecm.automation.core.impl that implement AutomationService
 class OperationServiceImpl
          The operation registry is thread safe and optimized for modifications at startup and lookups at runtime.
 

Methods in org.nuxeo.ecm.automation.core.impl that return AutomationService
 AutomationService OperationTypeImpl.getService()
           
 

Constructors in org.nuxeo.ecm.automation.core.impl with parameters of type AutomationService
OperationTypeImpl(AutomationService service, Class<?> type)
           
 

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

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

Uses of AutomationService in org.nuxeo.ecm.automation.server.jaxrs.debug
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.debug that return AutomationService
 AutomationService DebugResource.getOperationService()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.