Nuxeo Enterprise Platform 5.4

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

Packages that use ComponentInstance
org.nuxeo.runtime   
org.nuxeo.runtime.api   
org.nuxeo.runtime.api.login   
org.nuxeo.runtime.deploy   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.model.persistence   
org.nuxeo.runtime.remoting   
org.nuxeo.runtime.services.deployment   
org.nuxeo.runtime.services.resource   
org.nuxeo.runtime.services.streaming   
 

Uses of ComponentInstance in org.nuxeo.runtime
 

Methods in org.nuxeo.runtime that return ComponentInstance
 ComponentInstance RuntimeService.getComponentInstance(ComponentName name)
          Gets a component implementation instance given its name.
 ComponentInstance AbstractRuntimeService.getComponentInstance(ComponentName name)
           
 ComponentInstance RuntimeService.getComponentInstance(String name)
          Gets a component implementation instance given its name as a string.
 ComponentInstance AbstractRuntimeService.getComponentInstance(String name)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.api
 

Methods in org.nuxeo.runtime.api with parameters of type ComponentInstance
 void ServiceManagement.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void ServiceManagement.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.api.login
 

Methods in org.nuxeo.runtime.api.login with parameters of type ComponentInstance
 void LoginComponent.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void LoginComponent.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.deploy
 

Methods in org.nuxeo.runtime.deploy that return ComponentInstance
 ComponentInstance Contribution.getContributor()
           
 

Uses of ComponentInstance in org.nuxeo.runtime.model
 

Methods in org.nuxeo.runtime.model that return ComponentInstance
 ComponentInstance RegistrationInfo.getComponent()
          Gets the component instance or null if the component was not yet activated.
 ComponentInstance Extension.getComponent()
          Gets the component instance owning this extension.
 ComponentInstance ComponentManager.getComponent(ComponentName name)
          Gets object instance managed by the named component.
 ComponentInstance ComponentManager.getComponentProvidingService(Class<?> serviceClass)
          Gets the component that provides the given service.
 

Methods in org.nuxeo.runtime.model with parameters of type ComponentInstance
 void DefaultComponent.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void Extension.setComponent(ComponentInstance component)
          Sets the component owning this extension.
 void DefaultComponent.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 

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

Classes in org.nuxeo.runtime.model.impl that implement ComponentInstance
 class ComponentInstanceImpl
           
 

Methods in org.nuxeo.runtime.model.impl that return ComponentInstance
 ComponentInstance RegistrationInfoImpl.getComponent()
           
 ComponentInstance ExtensionImpl.getComponent()
           
 ComponentInstance ComponentManagerImpl.getComponent(ComponentName name)
           
 ComponentInstance ComponentManagerImpl.getComponentProvidingService(Class<?> serviceClass)
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type ComponentInstance
 void ExtensionImpl.setComponent(ComponentInstance component)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.model.persistence
 

Methods in org.nuxeo.runtime.model.persistence with parameters of type ComponentInstance
 void ContributionPersistenceComponent.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void ContributionPersistenceComponent.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.remoting
 

Classes in org.nuxeo.runtime.remoting that implement ComponentInstance
 class RemoteComponentInstance
           
 

Methods in org.nuxeo.runtime.remoting that return ComponentInstance
 ComponentInstance ServerImpl.getComponent(ComponentName name)
           
 ComponentInstance Server.getComponent(ComponentName name)
           
 ComponentInstance ServerImpl.getComponent(String name)
           
 ComponentInstance Server.getComponent(String name)
           
 

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

Uses of ComponentInstance in org.nuxeo.runtime.services.deployment
 

Methods in org.nuxeo.runtime.services.deployment with parameters of type ComponentInstance
 void DeploymentService.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void DeploymentService.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.services.resource
 

Methods in org.nuxeo.runtime.services.resource with parameters of type ComponentInstance
 void ResourceService.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void ResourceService.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 

Uses of ComponentInstance in org.nuxeo.runtime.services.streaming
 

Methods in org.nuxeo.runtime.services.streaming with parameters of type ComponentInstance
 void StreamingService.registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void StreamingService.unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.