Uses of Class
org.nuxeo.runtime.model.ComponentName
-
-
Uses of ComponentName in org.nuxeo.ecm.core.api.adapter
Fields in org.nuxeo.ecm.core.api.adapter declared as ComponentName Modifier and Type Field Description static ComponentName
DocumentAdapterService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.core.lifecycle.impl
Fields in org.nuxeo.ecm.core.lifecycle.impl declared as ComponentName Modifier and Type Field Description static ComponentName
LifeCycleServiceImpl. NAME
-
Uses of ComponentName in org.nuxeo.ecm.core.management
Fields in org.nuxeo.ecm.core.management declared as ComponentName Modifier and Type Field Description static ComponentName
CoreManagementComponent. NAME
-
Uses of ComponentName in org.nuxeo.ecm.core.persistence
Methods in org.nuxeo.ecm.core.persistence with parameters of type ComponentName Modifier and Type Method Description protected 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 Modifier and Type Field Description static ComponentName
RepositoryService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.core.security
Fields in org.nuxeo.ecm.core.security declared as ComponentName Modifier and Type Field Description static ComponentName
SecurityService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.core.trash
Fields in org.nuxeo.ecm.core.trash declared as ComponentName Modifier and Type Field Description static ComponentName
TrashServiceImpl. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.actions
Fields in org.nuxeo.ecm.platform.actions declared as ComponentName Modifier and Type Field Description static ComponentName
ActionService. ID
-
Uses of ComponentName in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service declared as ComponentName Modifier and Type Field Description static ComponentName
NXAuditEventsService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.comment.service
Fields in org.nuxeo.ecm.platform.comment.service declared as ComponentName Modifier and Type Field Description static ComponentName
CommentService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.ec.notification.service
Fields in org.nuxeo.ecm.platform.ec.notification.service declared as ComponentName Modifier and Type Field Description static ComponentName
NotificationService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.filemanager.service
Fields in org.nuxeo.ecm.platform.filemanager.service declared as ComponentName Modifier and Type Field Description static ComponentName
FileManagerService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.io.impl
Fields in org.nuxeo.ecm.platform.io.impl declared as ComponentName Modifier and Type Field Description static ComponentName
IOManagerComponent. NAME
-
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 ComponentName Modifier and Type Method Description protected 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 Modifier and Type Field Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description static ComponentName
FreemarkerComponent. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.tag
Fields in org.nuxeo.ecm.platform.tag declared as ComponentName Modifier and Type Field Description static ComponentName
TagServiceImpl. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.task.core.service
Fields in org.nuxeo.ecm.platform.task.core.service declared as ComponentName Modifier and Type Field Description static ComponentName
TaskServiceImpl. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.types
Fields in org.nuxeo.ecm.platform.types declared as ComponentName Modifier and Type Field Description static ComponentName
TypeService. ID
-
Uses of ComponentName in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as ComponentName Modifier and Type Field Description static ComponentName
UserService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.platform.util
Fields in org.nuxeo.ecm.platform.util declared as ComponentName Modifier and Type Field Description static ComponentName
LocationManagerService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.webdav.service
Fields in org.nuxeo.ecm.webdav.service declared as ComponentName Modifier and Type Field Description static ComponentName
WebDavService. NAME
-
Uses of ComponentName in org.nuxeo.ecm.webengine
Fields in org.nuxeo.ecm.webengine declared as ComponentName Modifier and Type Field Description 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 Modifier and Type Method Description static 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 Modifier and Type Field Description static ComponentName
RequestFilterService. NAME
-
Uses of ComponentName in org.nuxeo.runtime
Methods in org.nuxeo.runtime with parameters of type ComponentName Modifier and Type Method Description Object
AbstractRuntimeService. getComponent(ComponentName name)
Object
RuntimeService. getComponent(ComponentName name)
Gets a component given its name.ComponentInstance
AbstractRuntimeService. getComponentInstance(ComponentName name)
ComponentInstance
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 ComponentName Modifier and Type Field Description static ComponentName
ResourcePublisherService. NAME
Methods in org.nuxeo.runtime.management with parameters of type ComponentName Modifier and Type Method Description 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 Modifier and Type Method Description ComponentName[]
RuntimeContext. getComponents()
Get the component names deployed by this contextComponentName
ComponentInstance. getName()
Gets the name of the component.ComponentName
RegistrationInfo. 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 Modifier and Type Method Description Collection<ComponentName>
ComponentManager. getActivatingRegistrations()
Gets the pending extensions by component.Set<ComponentName>
RegistrationInfo. getAliases()
Gets the list of aliases.Map<ComponentName,Set<Extension>>
ComponentManager. getMissingRegistrations()
Returns the missing registrations, linked to missing target extension points.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.Collection<ComponentName>
ComponentManager. getResolvedRegistrations()
Gets the resolved component names in the order they were resolvedCollection<ComponentName>
ComponentManager. getStartFailureRegistrations()
Gets the components that fail on applicationStarted notificationMethods in org.nuxeo.runtime.model with parameters of type ComponentName Modifier and Type Method Description 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
Fields in org.nuxeo.runtime.model.impl with type parameters of type ComponentName Modifier and Type Field Description protected 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<String,ComponentName>
ComponentRegistry. deployedFiles
Map deployment source ids to component names This was previously managed by DefaultRuntimeContext - but is no more usable in the original form.protected Map<ComponentName,Set<ComponentName>>
ComponentRegistry.MappedSet. map
protected Map<ComponentName,Set<ComponentName>>
ComponentRegistry.MappedSet. map
protected 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 ComponentName Modifier and Type Method Description ComponentName[]
DefaultRuntimeContext. getComponents()
ComponentName
ComponentInstanceImpl. getName()
ComponentName
RegistrationInfoImpl. getName()
ComponentName
ExtensionImpl. getTargetComponent()
protected ComponentName
ComponentRegistry. unaliased(ComponentName name)
Methods in org.nuxeo.runtime.model.impl with parameters of type ComponentName Modifier and Type Method Description boolean
ComponentRegistry. contains(ComponentName name)
Check if the component is already registered against this registrySet<ComponentName>
ComponentRegistry.MappedSet. get(ComponentName name)
ComponentInstance
ComponentManagerImpl. getComponent(ComponentName name)
RegistrationInfo
ComponentRegistry. getComponent(ComponentName name)
Get the registration info for the given component name or null if none was registered.Set<ComponentName>
ComponentRegistry. getMissingDependencies(ComponentName name)
Set<Extension>
ComponentManagerImpl. getPendingExtensions(ComponentName name)
Get the pending extensions.RegistrationInfo
ComponentManagerImpl. getRegistrationInfo(ComponentName name)
boolean
ComponentManagerImpl.Stash. isAdding(ComponentName name)
boolean
ComponentManagerImpl. isRegistered(ComponentName name)
boolean
ComponentManagerImpl.Stash. isRemoving(ComponentName name)
boolean
ComponentRegistry. isResolved(ComponentName name)
Set<ComponentName>
ComponentRegistry.MappedSet. put(ComponentName key, ComponentName value)
void
ComponentManagerImpl.Stash. remove(ComponentName name)
Set<ComponentName>
ComponentRegistry.MappedSet. remove(ComponentName key)
Set<ComponentName>
ComponentRegistry.MappedSet. remove(ComponentName key, ComponentName value)
RegistrationInfo
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 ComponentName Constructor Description 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 Modifier and Type Field Description static ComponentName
OSGiRuntimeService. FRAMEWORK_STARTED_COMP
-
Uses of ComponentName in org.nuxeo.runtime.services.event
Fields in org.nuxeo.runtime.services.event declared as ComponentName Modifier and Type Field Description static ComponentName
EventService. NAME
-