| Package | Description |
|---|---|
| org.nuxeo.ecm.core.lifecycle.impl |
Implementation of the LifeCycle API.
|
| org.nuxeo.ecm.core.scheduler | |
| org.nuxeo.ecm.core.schema |
Schema API and implementation; a schema describes the names and types of some fields.
|
| org.nuxeo.ecm.core.uidgen | |
| org.nuxeo.ecm.platform.ec.notification.service | |
| org.nuxeo.ecm.platform.filemanager.service | |
| org.nuxeo.ecm.platform.login | |
| org.nuxeo.ecm.platform.management.adapters | |
| org.nuxeo.ecm.platform.mimetype.service | |
| org.nuxeo.ecm.platform.util | |
| org.nuxeo.runtime.deploy | |
| org.nuxeo.runtime.model | |
| org.nuxeo.runtime.model.impl | |
| org.nuxeo.runtime.services.event | |
| org.nuxeo.runtime.services.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
LifeCycleServiceImpl.registerExtension(Extension extension)
Register extensions.
|
void |
LifeCycleServiceImpl.unregisterExtension(Extension extension)
Unregisters an extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerServiceImpl.registerExtension(Extension extension) |
void |
SchedulerServiceImpl.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeService.registerExtension(Extension extension) |
void |
TypeService.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIDGeneratorComponent.registerExtension(Extension extension) |
protected void |
UIDGeneratorComponent.registerGenerators(Extension extension,
Object[] contribs) |
protected void |
UIDGeneratorComponent.registerSequencers(Extension extension,
Object[] contribs) |
void |
UIDGeneratorComponent.unregisterExtension(Extension extension) |
protected void |
UIDGeneratorComponent.unregisterSequencers(Extension extension,
Object[] contribs) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.registerExtension(Extension extension) |
void |
NotificationService.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileManagerService.registerExtension(Extension extension) |
void |
FileManagerService.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginPluginRegistry.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RuntimeInventoryFactory.doVisitInventoryExtension(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback,
String name,
String qualifiedName,
Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
MimetypeRegistryService.registerExtension(Extension extension) |
void |
MimetypeRegistryService.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationManagerService.registerExtension(Extension extension) |
void |
LocationManagerService.unregisterExtension(Extension extension) |
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
Contribution.extension |
| Modifier and Type | Method and Description |
|---|---|
Extension |
Contribution.getExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedComponent.registerExtension(Extension extension) |
void |
Contribution.setExtension(Extension extension) |
void |
ManagedComponent.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
Extension[] |
RegistrationInfo.getExtensions()
Gets the extensions contributed by this component.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ComponentName,Set<Extension>> |
ComponentManager.getMissingRegistrations()
Returns the missing registrations, linked to missing target extension points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extensible.registerExtension(Extension extension)
Registers the given extension.
|
void |
DefaultComponent.registerExtension(Extension extension) |
void |
Extensible.unregisterExtension(Extension extension)
Unregisters the given extension.
|
void |
DefaultComponent.unregisterExtension(Extension extension) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ComponentName,Set<Extension>> |
ComponentManagerImpl.pendingExtensions |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionPointImpl.createExtension(Element element) |
Extension[] |
RegistrationInfoImpl.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
Map<ComponentName,Set<Extension>> |
ComponentManagerImpl.getMissingRegistrations() |
Set<Extension> |
ComponentManagerImpl.getPendingExtensions(ComponentName name)
Get the pending extensions.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ExtensionPointImpl.loadContributions(RegistrationInfo owner,
Extension extension) |
static void |
ComponentManagerImpl.loadContributions(RegistrationInfo ri,
Extension xt) |
void |
ComponentManagerImpl.registerExtension(Extension extension) |
void |
ComponentInstanceImpl.registerExtension(Extension extension) |
void |
ComponentManagerImpl.unregisterExtension(Extension extension) |
void |
ComponentInstanceImpl.unregisterExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventService.registerExtension(Extension extension) |
void |
EventService.unregisterExtension(Extension extension) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Extension> |
ResourceService.extensions |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
ResourceService.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceService.registerExtension(Extension extension) |
void |
ResourceService.unregisterExtension(Extension extension) |
Copyright © 2019 Nuxeo. All rights reserved.