Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.runtime.model.ComponentName

Packages that use ComponentName
org.nuxeo.ecm.core.api.adapter   
org.nuxeo.ecm.core.api.repository   
org.nuxeo.ecm.core.lifecycle.impl Implementation of the LifeCycle API. 
org.nuxeo.ecm.core.listener.impl   
org.nuxeo.ecm.core.management   
org.nuxeo.ecm.core.repository   
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.security   
org.nuxeo.ecm.directory.api   
org.nuxeo.ecm.directory.sql   
org.nuxeo.ecm.platform.actions   
org.nuxeo.ecm.platform.annotations.service   
org.nuxeo.ecm.platform.api DEPRECATED
org.nuxeo.ecm.platform.audit.service   
org.nuxeo.ecm.platform.ec.notification.service   
org.nuxeo.ecm.platform.ec.placeful.interfaces   
org.nuxeo.ecm.platform.filemanager.service   
org.nuxeo.ecm.platform.forms.layout.service   
org.nuxeo.ecm.platform.io.impl   
org.nuxeo.ecm.platform.jbpm.core.service   
org.nuxeo.ecm.platform.login   
org.nuxeo.ecm.platform.mimetype.service   
org.nuxeo.ecm.platform.relations.services   
org.nuxeo.ecm.platform.rendering.fm   
org.nuxeo.ecm.platform.scheduler.core.service   
org.nuxeo.ecm.platform.types   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.platform.util   
org.nuxeo.ecm.platform.ws.session   
org.nuxeo.ecm.webapp.search   
org.nuxeo.ecm.webengine   
org.nuxeo.ecm.webengine.rendering   
org.nuxeo.runtime   
org.nuxeo.runtime.api   
org.nuxeo.runtime.api.login   
org.nuxeo.runtime.gf3   
org.nuxeo.runtime.jetty Embedded Jetty server component. 
org.nuxeo.runtime.management   
org.nuxeo.runtime.model   
org.nuxeo.runtime.model.impl   
org.nuxeo.runtime.osgi   
org.nuxeo.runtime.remoting   
org.nuxeo.runtime.services.deployment   
org.nuxeo.runtime.services.event   
org.nuxeo.runtime.services.streaming   
org.nuxeo.theme.services   
org.nuxeo.theme.webwidgets   
 

Uses of ComponentName in org.nuxeo.ecm.core.api.adapter
 

Fields in org.nuxeo.ecm.core.api.adapter declared as ComponentName
static ComponentName DocumentAdapterService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.api.repository
 

Fields in org.nuxeo.ecm.core.api.repository declared as ComponentName
static ComponentName RepositoryManagerImpl.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.lifecycle.impl
 

Fields in org.nuxeo.ecm.core.lifecycle.impl declared as ComponentName
static ComponentName LifeCycleServiceImpl.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.listener.impl
 

Fields in org.nuxeo.ecm.core.listener.impl declared as ComponentName
static ComponentName CoreEventListenerServiceImpl.NAME
           
static ComponentName EventManagerComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.management
 

Fields in org.nuxeo.ecm.core.management declared as ComponentName
static ComponentName CoreManagementComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.repository
 

Fields in org.nuxeo.ecm.core.repository declared as ComponentName
static ComponentName RepositoryService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.schema
 

Fields in org.nuxeo.ecm.core.schema declared as ComponentName
static ComponentName TypeService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.core.security
 

Fields in org.nuxeo.ecm.core.security declared as ComponentName
static ComponentName SecurityService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.directory.api
 

Fields in org.nuxeo.ecm.directory.api declared as ComponentName
static ComponentName DirectoryService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.directory.sql
 

Fields in org.nuxeo.ecm.directory.sql declared as ComponentName
static ComponentName SQLDirectoryFactory.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.actions
 

Fields in org.nuxeo.ecm.platform.actions declared as ComponentName
static ComponentName ActionService.ID
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.annotations.service
 

Fields in org.nuxeo.ecm.platform.annotations.service declared as ComponentName
static ComponentName AnnotationsComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.api
 

Fields in org.nuxeo.ecm.platform.api declared as ComponentName
static ComponentName PlatformService.NAME
          Deprecated.  
 

Uses of ComponentName in org.nuxeo.ecm.platform.audit.service
 

Fields in org.nuxeo.ecm.platform.audit.service declared as ComponentName
static ComponentName NXAuditEventsService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.ec.notification.service
 

Fields in org.nuxeo.ecm.platform.ec.notification.service declared as ComponentName
static ComponentName NotificationService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.ec.placeful.interfaces
 

Fields in org.nuxeo.ecm.platform.ec.placeful.interfaces declared as ComponentName
static ComponentName PlacefulService.ID
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.filemanager.service
 

Fields in org.nuxeo.ecm.platform.filemanager.service declared as ComponentName
static ComponentName FileManagerService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.forms.layout.service
 

Fields in org.nuxeo.ecm.platform.forms.layout.service declared as ComponentName
static ComponentName WebLayoutManagerImpl.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.io.impl
 

Fields in org.nuxeo.ecm.platform.io.impl declared as ComponentName
static ComponentName IOManagerComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.jbpm.core.service
 

Fields in org.nuxeo.ecm.platform.jbpm.core.service declared as ComponentName
static ComponentName JbpmComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.login
 

Fields in org.nuxeo.ecm.platform.login declared as ComponentName
static ComponentName LoginPluginRegistry.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.mimetype.service
 

Fields in org.nuxeo.ecm.platform.mimetype.service declared as ComponentName
static ComponentName MimetypeRegistryService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.relations.services
 

Fields in org.nuxeo.ecm.platform.relations.services declared as ComponentName
static ComponentName RelationService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.rendering.fm
 

Fields in org.nuxeo.ecm.platform.rendering.fm declared as ComponentName
static ComponentName FreemarkerComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.scheduler.core.service
 

Fields in org.nuxeo.ecm.platform.scheduler.core.service declared as ComponentName
static ComponentName SchedulerRegistryService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.types
 

Fields in org.nuxeo.ecm.platform.types declared as ComponentName
static ComponentName TypeService.ID
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.usermanager
 

Fields in org.nuxeo.ecm.platform.usermanager declared as ComponentName
static ComponentName UserService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.util
 

Fields in org.nuxeo.ecm.platform.util declared as ComponentName
static ComponentName LocationManagerService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.platform.ws.session
 

Fields in org.nuxeo.ecm.platform.ws.session declared as ComponentName
static ComponentName WSRemotingSessionManagerImpl.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.webapp.search
 

Fields in org.nuxeo.ecm.webapp.search declared as ComponentName
static ComponentName SearchUIConfigService.NAME
           
 

Uses of ComponentName in org.nuxeo.ecm.webengine
 

Fields in org.nuxeo.ecm.webengine declared as ComponentName
static ComponentName WebEngineComponent.NAME
           
 

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

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

Uses of ComponentName in org.nuxeo.runtime
 

Methods in org.nuxeo.runtime with parameters of type ComponentName
 Object RuntimeService.getComponent(ComponentName name)
          Gets a component given its name.
 Object AbstractRuntimeService.getComponent(ComponentName name)
           
 ComponentInstance RuntimeService.getComponentInstance(ComponentName name)
          Gets a component implementation instance given its name.
 ComponentInstance AbstractRuntimeService.getComponentInstance(ComponentName name)
           
 

Uses of ComponentName in org.nuxeo.runtime.api
 

Fields in org.nuxeo.runtime.api declared as ComponentName
static ComponentName ServiceManagement.NAME
           
 

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

Fields in org.nuxeo.runtime.api.login declared as ComponentName
static ComponentName LoginComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.runtime.gf3
 

Fields in org.nuxeo.runtime.gf3 declared as ComponentName
static ComponentName GF3Component.NAME
           
 

Uses of ComponentName in org.nuxeo.runtime.jetty
 

Fields in org.nuxeo.runtime.jetty declared as ComponentName
static ComponentName JettyComponent.NAME
           
 

Uses of ComponentName in org.nuxeo.runtime.management
 

Fields in org.nuxeo.runtime.management declared as ComponentName
static ComponentName ResourcePublisherService.NAME
           
 

Methods in org.nuxeo.runtime.management with parameters of type ComponentName
static String ObjectNameFactory.formatInventoryQualifiedName(ComponentName name)
           
static String ObjectNameFactory.formatMetricQualifiedName(ComponentName name, String metricName)
           
static String ObjectNameFactory.formatProbeQualifiedName(ComponentName name)
           
static String ObjectNameFactory.formatQualifiedName(ComponentName componentName)
           
 

Uses of ComponentName in org.nuxeo.runtime.model
 

Methods in org.nuxeo.runtime.model that return ComponentName
 ComponentName RegistrationInfo.getName()
          Gets the name of the component.
 ComponentName ComponentInstance.getName()
          Gets the name of the component.
 ComponentName Extension.getTargetComponent()
          Gets the component name where this extension should be contributed.
 

Methods in org.nuxeo.runtime.model that return types with arguments of type ComponentName
 Collection<ComponentName> ComponentManager.getActivatingRegistrations()
          Gets the pending extensions by component.
 Map<ComponentName,Set<ComponentName>> ComponentManager.getPendingRegistrations()
          Gets the pending registrations and their dependencies.
 Map<ComponentName,Set<ComponentName>> ComponentManager.getPendingRegistrations()
          Gets the pending registrations and their dependencies.
 Set<ComponentName> RegistrationInfo.getRequiredComponents()
          Gets the list of the required components.
 

Methods in org.nuxeo.runtime.model with parameters of type ComponentName
 ComponentInstance ComponentManager.getComponent(ComponentName name)
          Gets object instance managed by the named component.
 RegistrationInfo ComponentManager.getRegistrationInfo(ComponentName name)
          Gets the component if there is one having the given name.
 boolean ComponentManager.isRegistered(ComponentName name)
          Checks whether or not a component with the given name was registered.
 void ComponentManager.unregister(ComponentName name)
          Unregisters a component given its name.
 

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

Methods in org.nuxeo.runtime.model.impl that return ComponentName
 ComponentName RegistrationInfoImpl.getName()
           
 ComponentName ComponentInstanceImpl.getName()
           
 ComponentName ExtensionImpl.getTargetComponent()
           
 

Methods in org.nuxeo.runtime.model.impl that return types with arguments of type ComponentName
 Collection<ComponentName> ComponentManagerImpl.getActivatingRegistrations()
           
 Map<String,ComponentName> DefaultRuntimeContext.getDeployedFiles()
           
 Set<ComponentName> ComponentRegistry.getMissingDependencies(ComponentName name)
           
 Collection<ComponentName> ComponentManagerImpl.getNeededRegistrations()
           
 Map<ComponentName,Set<ComponentName>> ComponentRegistry.getPendingComponents()
           
 Map<ComponentName,Set<ComponentName>> ComponentRegistry.getPendingComponents()
           
 Map<ComponentName,Set<ComponentName>> ComponentManagerImpl.getPendingRegistrations()
           
 Map<ComponentName,Set<ComponentName>> ComponentManagerImpl.getPendingRegistrations()
           
 Set<ComponentName> RegistrationInfoImpl.getRequiredComponents()
           
 

Methods in org.nuxeo.runtime.model.impl with parameters of type ComponentName
 boolean ComponentRegistry.contains(ComponentName name)
           
 RegistrationInfoImpl ComponentRegistry.getComponent(ComponentName name)
           
 ComponentInstance ComponentManagerImpl.getComponent(ComponentName name)
           
 Set<ComponentName> ComponentRegistry.getMissingDependencies(ComponentName name)
           
 Collection<Extension> ComponentManagerImpl.getPendingExtensions(ComponentName name)
           
 RegistrationInfo ComponentManagerImpl.getRegistrationInfo(ComponentName name)
           
 boolean ComponentManagerImpl.isRegistered(ComponentName name)
           
 boolean ComponentRegistry.isResolved(ComponentName name)
           
 RegistrationInfoImpl ComponentRegistry.removeComponent(ComponentName name)
           
 void ComponentManagerImpl.unregister(ComponentName name)
           
 

Constructors in org.nuxeo.runtime.model.impl with parameters of type ComponentName
RegistrationInfoImpl(ComponentName name)
          Useful when dynamically registering components
 

Uses of ComponentName in org.nuxeo.runtime.osgi
 

Fields in org.nuxeo.runtime.osgi declared as ComponentName
static ComponentName OSGiRuntimeService.FRAMEWORK_STARTED_COMP
           
 

Uses of ComponentName in org.nuxeo.runtime.remoting
 

Fields in org.nuxeo.runtime.remoting declared as ComponentName
 ComponentName RemoteEvent.component
           
static ComponentName RemotingService.NAME
           
 

Methods in org.nuxeo.runtime.remoting that return ComponentName
 ComponentName RemoteEvent.getComponent()
           
 ComponentName[] ServerImpl.getComponents()
           
 ComponentName[] Server.getComponents()
           
 ComponentName RemoteComponentInstance.getName()
           
 ComponentName RemoteComponent.getName()
           
 

Methods in org.nuxeo.runtime.remoting that return types with arguments of type ComponentName
 Collection<ComponentName> ServerDescriptor.getComponents()
           
 

Methods in org.nuxeo.runtime.remoting with parameters of type ComponentName
 RemoteComponent ServerDescriptor.addComponent(ComponentName name)
           
 byte[] ServerImpl.getClass(ComponentName component, String name)
           
 byte[] Server.getClass(ComponentName component, String name)
           
 ComponentInstance ServerImpl.getComponent(ComponentName name)
           
 RemoteComponent ServerDescriptor.getComponent(ComponentName name)
           
 ComponentInstance Server.getComponent(ComponentName name)
           
 byte[] ServerImpl.getLocalResource(ComponentName component, String name)
           
 byte[] Server.getLocalResource(ComponentName component, String name)
           
 byte[] ServerImpl.getResource(ComponentName component, String name)
           
 byte[] Server.getResource(ComponentName component, String name)
           
 boolean ServerImpl.hasComponent(ComponentName name)
           
 boolean ServerDescriptor.hasComponent(ComponentName name)
           
 boolean Server.hasComponent(ComponentName name)
           
 RemoteComponent ServerDescriptor.removeComponent(ComponentName name)
           
 

Constructors in org.nuxeo.runtime.remoting with parameters of type ComponentName
RemoteClassLoader(ServerDescriptor sd, ComponentName component, ClassLoader parent)
           
RemoteComponent(ServerDescriptor sd, ComponentName name)
           
RemoteComponentInstance(ComponentName name, RemoteContext context)
           
RemoteContext(ServerDescriptor sd, ComponentName component, ClassLoader localClassLoader)
           
RemoteEvent(int eventId, ComponentName component, Serializable data)
           
 

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

Fields in org.nuxeo.runtime.services.deployment declared as ComponentName
static ComponentName DeploymentService.NAME
           
 

Uses of ComponentName in org.nuxeo.runtime.services.event
 

Fields in org.nuxeo.runtime.services.event declared as ComponentName
static ComponentName EventService.NAME
           
 

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

Fields in org.nuxeo.runtime.services.streaming declared as ComponentName
static ComponentName StreamingService.NAME
           
 

Uses of ComponentName in org.nuxeo.theme.services
 

Fields in org.nuxeo.theme.services declared as ComponentName
static ComponentName ThemeService.ID
           
 

Uses of ComponentName in org.nuxeo.theme.webwidgets
 

Fields in org.nuxeo.theme.webwidgets declared as ComponentName
static ComponentName Service.ID
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.