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 voidPersistenceComponent.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 ComponentNameModifier and TypeFieldDescriptionstatic final ComponentNameNXAuditEventsService.NAMEDeprecated, for removal: This API element is subject to removal in a future version. -
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.restapi.opensearch1.service
Fields in org.nuxeo.ecm.restapi.opensearch1.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.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 StringObjectNameFactory.formatInventoryQualifiedName(ComponentName name) static StringObjectNameFactory.formatMetricQualifiedName(ComponentName name, String metricName) static StringObjectNameFactory.formatProbeQualifiedName(ComponentName name) static StringObjectNameFactory.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.booleanComponentManager.isRegistered(ComponentName name) Checks whether or not a component with the given name was registered.voidComponentManager.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.aliasesMap of aliased name to canonical name.protected Map<ComponentName, ComponentName> ComponentRegistry.aliasesMap of aliased name to canonical name.protected Map<ComponentName, RegistrationInfo> ComponentRegistry.componentsAll registered components including unresolved ones.protected List<ComponentName> DefaultRuntimeContext.componentsThe list of component names deployed by this context.protected Map<ComponentName, Set<ComponentName>> ComponentRegistry.MappedSet.mapprotected Map<ComponentName, Set<ComponentName>> ComponentRegistry.MappedSet.mapprotected final ConcurrentMap<ComponentName, Set<Extension>> ComponentManagerImpl.pendingExtensionsprotected LinkedHashMap<ComponentName, RegistrationInfo> ComponentRegistry.resolvedThe list of resolved components.protected Set<ComponentName> ComponentManagerImpl.Stash.toRemoveMethods in org.nuxeo.runtime.model.impl that return ComponentNameModifier and TypeMethodDescriptionDefaultRuntimeContext.getComponents()ComponentInstanceImpl.getName()RegistrationInfoImpl.getName()ExtensionImpl.getTargetComponent()protected ComponentNameComponentRegistry.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 TypeMethodDescriptionbooleanComponentRegistry.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) booleanComponentManagerImpl.Stash.isAdding(ComponentName name) booleanComponentManagerImpl.isRegistered(ComponentName name) booleanComponentManagerImpl.Stash.isRemoving(ComponentName name) final booleanComponentRegistry.isResolved(ComponentName name) ComponentRegistry.MappedSet.put(ComponentName key, ComponentName value) voidComponentManagerImpl.Stash.remove(ComponentName name) ComponentRegistry.MappedSet.remove(ComponentName key) ComponentRegistry.MappedSet.remove(ComponentName key, ComponentName value) ComponentRegistry.removeComponent(ComponentName name) protected ComponentNameComponentRegistry.unaliased(ComponentName name) voidComponentManagerImpl.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 ComponentNameOSGiRuntimeService.FRAMEWORK_STARTED_COMP -
Uses of ComponentName in org.nuxeo.runtime.services.event
Fields in org.nuxeo.runtime.services.event declared as ComponentName