Uses of Class
org.nuxeo.runtime.model.ComponentName
Packages that use ComponentName
Package
Description
Implementation of the LifeCycle API.
-
Uses of ComponentName in org.nuxeo.ecm.core.api.adapter
Fields in org.nuxeo.ecm.core.api.adapter declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.core.lifecycle.impl
Fields in org.nuxeo.ecm.core.lifecycle.impl declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.core.management
Fields in org.nuxeo.ecm.core.management declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.core.persistence
Methods in org.nuxeo.ecm.core.persistence with parameters of type ComponentNameModifier and TypeMethodDescriptionprotected void
PersistenceComponent.registerHibernateContribution
(HibernateConfiguration contribution, ComponentName contributorName) -
Uses of ComponentName in org.nuxeo.ecm.core.repository
Fields in org.nuxeo.ecm.core.repository declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.core.security
Fields in org.nuxeo.ecm.core.security declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.core.trash
Fields in org.nuxeo.ecm.core.trash declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.actions
Fields in org.nuxeo.ecm.platform.actions declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.comment.service
Fields in org.nuxeo.ecm.platform.comment.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.ec.notification.service
Fields in org.nuxeo.ecm.platform.ec.notification.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.filemanager.service
Fields in org.nuxeo.ecm.platform.filemanager.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.io.impl
Fields in org.nuxeo.ecm.platform.io.impl declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.management.adapters
Methods in org.nuxeo.ecm.platform.management.adapters that return types with arguments of type ComponentNameModifier and TypeMethodDescriptionprotected Collection<ComponentName>
RuntimeInventoryAdapter.pendingComponentsName()
-
Uses of ComponentName in org.nuxeo.ecm.platform.mimetype.service
Fields in org.nuxeo.ecm.platform.mimetype.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.relations.services
Fields in org.nuxeo.ecm.platform.relations.services declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.rendering.fm
Fields in org.nuxeo.ecm.platform.rendering.fm declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.tag
Fields in org.nuxeo.ecm.platform.tag declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.task.core.service
Fields in org.nuxeo.ecm.platform.task.core.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.types
Fields in org.nuxeo.ecm.platform.types declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.platform.util
Fields in org.nuxeo.ecm.platform.util declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.webdav.service
Fields in org.nuxeo.ecm.webdav.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.webengine
Fields in org.nuxeo.ecm.webengine declared as ComponentName -
Uses of ComponentName in org.nuxeo.ecm.webengine.rendering
Methods in org.nuxeo.ecm.webengine.rendering that return types with arguments of type ComponentNameModifier and TypeMethodDescriptionstatic Collection<ComponentName>
APIHelper.getPendingComponents()
-
Uses of ComponentName in org.nuxeo.elasticsearch.http.readonly.service
Fields in org.nuxeo.elasticsearch.http.readonly.service declared as ComponentName -
Uses of ComponentName in org.nuxeo.runtime
Methods in org.nuxeo.runtime with parameters of type ComponentNameModifier and TypeMethodDescriptionAbstractRuntimeService.getComponent
(ComponentName name) RuntimeService.getComponent
(ComponentName name) Gets a component given its name.AbstractRuntimeService.getComponentInstance
(ComponentName name) RuntimeService.getComponentInstance
(ComponentName name) Gets a component implementation instance given its name. -
Uses of ComponentName in org.nuxeo.runtime.management
Fields in org.nuxeo.runtime.management declared as ComponentNameMethods in org.nuxeo.runtime.management with parameters of type ComponentNameModifier and TypeMethodDescriptionstatic 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 ComponentNameModifier and TypeMethodDescriptionRuntimeContext.getComponents()
Get the component names deployed by this contextComponentInstance.getName()
Gets the name of the component.RegistrationInfo.getName()
Gets the name of the component.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 ComponentNameModifier and TypeMethodDescriptionComponentManager.getActivatingRegistrations()
Gets the pending extensions by component.RegistrationInfo.getAliases()
Gets the list of aliases.ComponentManager.getMissingRegistrations()
Returns the missing registrations, linked to missing target extension points.ComponentManager.getPendingRegistrations()
Gets the pending registrations and their dependencies.ComponentManager.getPendingRegistrations()
Gets the pending registrations and their dependencies.RegistrationInfo.getRequiredComponents()
Gets the list of the required components.ComponentManager.getResolvedRegistrations()
Gets the resolved component names in the order they were resolvedComponentManager.getStartFailureRegistrations()
Gets the components that fail on applicationStarted notificationMethods in org.nuxeo.runtime.model with parameters of type ComponentNameModifier and TypeMethodDescriptionComponentManager.getComponent
(ComponentName name) Gets object instance managed by the named component.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
Fields in org.nuxeo.runtime.model.impl with type parameters of type ComponentNameModifier and TypeFieldDescriptionprotected Map<ComponentName,
ComponentName> ComponentRegistry.aliases
Map of aliased name to canonical name.protected Map<ComponentName,
ComponentName> ComponentRegistry.aliases
Map of aliased name to canonical name.protected Map<ComponentName,
RegistrationInfo> ComponentRegistry.components
All registered components including unresolved ones.protected List<ComponentName>
DefaultRuntimeContext.components
The list of component names deployed by this context.protected Map<ComponentName,
Set<ComponentName>> ComponentRegistry.MappedSet.map
protected Map<ComponentName,
Set<ComponentName>> ComponentRegistry.MappedSet.map
protected final ConcurrentMap<ComponentName,
Set<Extension>> ComponentManagerImpl.pendingExtensions
protected LinkedHashMap<ComponentName,
RegistrationInfo> ComponentRegistry.resolved
The list of resolved components.protected Set<ComponentName>
ComponentManagerImpl.Stash.toRemove
Methods in org.nuxeo.runtime.model.impl that return ComponentNameModifier and TypeMethodDescriptionDefaultRuntimeContext.getComponents()
ComponentInstanceImpl.getName()
RegistrationInfoImpl.getName()
ExtensionImpl.getTargetComponent()
protected ComponentName
ComponentRegistry.unaliased
(ComponentName name) Methods in org.nuxeo.runtime.model.impl that return types with arguments of type ComponentNameModifier and TypeMethodDescriptionComponentRegistry.MappedSet.get
(ComponentName name) ComponentManagerImpl.getActivatingRegistrations()
RegistrationInfoImpl.getAliases()
ComponentRegistry.getMissingDependencies
(ComponentName name) ComponentManagerImpl.getMissingRegistrations()
ComponentManagerImpl.getNeededRegistrations()
Get the needed component names.ComponentRegistry.getPendingComponents()
ComponentRegistry.getPendingComponents()
ComponentManagerImpl.getPendingRegistrations()
ComponentManagerImpl.getPendingRegistrations()
protected Collection<ComponentName>
ComponentManagerImpl.getRegistrations
(int state) RegistrationInfoImpl.getRequiredComponents()
ComponentRegistry.getResolvedNames()
ComponentManagerImpl.getResolvedRegistrations()
ComponentManagerImpl.getStartFailureRegistrations()
ComponentRegistry.MappedSet.put
(ComponentName key, ComponentName value) ComponentRegistry.MappedSet.remove
(ComponentName key) ComponentRegistry.MappedSet.remove
(ComponentName key, ComponentName value) Methods in org.nuxeo.runtime.model.impl with parameters of type ComponentNameModifier and TypeMethodDescriptionboolean
ComponentRegistry.contains
(ComponentName name) Check if the component is already registered against this registryComponentRegistry.MappedSet.get
(ComponentName name) ComponentManagerImpl.getComponent
(ComponentName name) ComponentRegistry.getComponent
(ComponentName name) Get the registration info for the given component name or null if none was registered.ComponentRegistry.getMissingDependencies
(ComponentName name) ComponentManagerImpl.getPendingExtensions
(ComponentName name) Get the pending extensions.ComponentManagerImpl.getRegistrationInfo
(ComponentName name) boolean
ComponentManagerImpl.Stash.isAdding
(ComponentName name) boolean
ComponentManagerImpl.isRegistered
(ComponentName name) boolean
ComponentManagerImpl.Stash.isRemoving
(ComponentName name) final boolean
ComponentRegistry.isResolved
(ComponentName name) ComponentRegistry.MappedSet.put
(ComponentName key, ComponentName value) void
ComponentManagerImpl.Stash.remove
(ComponentName name) ComponentRegistry.MappedSet.remove
(ComponentName key) ComponentRegistry.MappedSet.remove
(ComponentName key, ComponentName value) ComponentRegistry.removeComponent
(ComponentName name) protected ComponentName
ComponentRegistry.unaliased
(ComponentName name) void
ComponentManagerImpl.unregister
(ComponentName name) Constructors in org.nuxeo.runtime.model.impl with parameters of type ComponentNameModifierConstructorDescriptionUseful when dynamically registering components -
Uses of ComponentName in org.nuxeo.runtime.osgi
Fields in org.nuxeo.runtime.osgi declared as ComponentNameModifier and TypeFieldDescriptionstatic final ComponentName
OSGiRuntimeService.FRAMEWORK_STARTED_COMP
-
Uses of ComponentName in org.nuxeo.runtime.services.event
Fields in org.nuxeo.runtime.services.event declared as ComponentName