Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.runtime.model.RegistrationInfo

Packages that use RegistrationInfo
org.nuxeo.ecm.platform.management.adapters   
org.nuxeo.ecm.webengine.rendering   
org.nuxeo.runtime   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.remoting   
 

Uses of RegistrationInfo in org.nuxeo.ecm.platform.management.adapters
 

Constructors in org.nuxeo.ecm.platform.management.adapters with parameters of type RegistrationInfo
ComponentInventoryAdapter(RegistrationInfo info)
           
 

Uses of RegistrationInfo in org.nuxeo.ecm.webengine.rendering
 

Methods in org.nuxeo.ecm.webengine.rendering that return types with arguments of type RegistrationInfo
static Collection<RegistrationInfo> APIHelper.getComponents()
           
 

Uses of RegistrationInfo in org.nuxeo.runtime
 

Fields in org.nuxeo.runtime declared as RegistrationInfo
 RegistrationInfo ComponentEvent.registrationInfo
          The component this event relates to if any, null otherwise.
 

Constructors in org.nuxeo.runtime with parameters of type RegistrationInfo
ComponentEvent(int id, RegistrationInfo ri)
           
ComponentEvent(int id, RegistrationInfo ri, Serializable data)
           
 

Uses of RegistrationInfo in org.nuxeo.runtime.model
 

Methods in org.nuxeo.runtime.model that return RegistrationInfo
 RegistrationInfo RuntimeContext.deploy(StreamRef ref)
          Same as RuntimeContext.deploy(URL) but using a StreamRef as argument.
 RegistrationInfo RuntimeContext.deploy(String location)
          Deploys the component whose XML descriptor is at the given location.
 RegistrationInfo RuntimeContext.deploy(URL url)
          Deploys a component XML descriptor given its URL.
 RegistrationInfo ComponentManager.getRegistrationInfo(ComponentName name)
          Gets the component if there is one having the given name.
 

Methods in org.nuxeo.runtime.model that return types with arguments of type RegistrationInfo
 Collection<RegistrationInfo> ComponentManager.getRegistrations()
          Gets the registered components.
 

Methods in org.nuxeo.runtime.model with parameters of type RegistrationInfo
 void ComponentManager.register(RegistrationInfo ri)
          Handles the registration of the given registration info.
 void ComponentManager.unregister(RegistrationInfo ri)
          Handles the unregistration of the given registration info.
 

Uses of RegistrationInfo in org.nuxeo.runtime.model.impl
 

Classes in org.nuxeo.runtime.model.impl that implement RegistrationInfo
 class RegistrationInfoImpl
           
 

Fields in org.nuxeo.runtime.model.impl declared as RegistrationInfo
 RegistrationInfo ExtensionPointImpl.ri
           
 

Methods in org.nuxeo.runtime.model.impl that return RegistrationInfo
 RegistrationInfo DefaultRuntimeContext.deploy(StreamRef ref)
           
 RegistrationInfo DefaultRuntimeContext.deploy(String location)
           
 RegistrationInfo DefaultRuntimeContext.deploy(URL url)
           
 RegistrationInfo ComponentManagerImpl.getRegistrationInfo(ComponentName name)
           
 

Methods in org.nuxeo.runtime.model.impl that return types with arguments of type RegistrationInfo
 Collection<RegistrationInfo> ComponentManagerImpl.getRegistrations()
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type RegistrationInfo
 Object[] ExtensionPointImpl.loadContributions(RegistrationInfo owner, Extension extension)
           
 void ComponentManagerImpl.register(RegistrationInfo regInfo)
           
 void ComponentManagerImpl.unregister(RegistrationInfo regInfo)
           
 

Uses of RegistrationInfo in org.nuxeo.runtime.remoting
 

Methods in org.nuxeo.runtime.remoting that return RegistrationInfo
 RegistrationInfo RemoteContext.deploy(StreamRef ref)
           
 RegistrationInfo RemoteContext.deploy(String location)
           
 RegistrationInfo RemoteContext.deploy(URL url)
           
 

Methods in org.nuxeo.runtime.remoting that return types with arguments of type RegistrationInfo
 Collection<RegistrationInfo> ServerImpl.getRegistrations()
           
 Collection<RegistrationInfo> Server.getRegistrations()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.