Package | Description |
---|---|
org.nuxeo.ecm.core | |
org.nuxeo.ecm.core.cache | |
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.directory | |
org.nuxeo.ecm.directory.ldap | |
org.nuxeo.ecm.directory.multi | |
org.nuxeo.ecm.directory.sql | |
org.nuxeo.ecm.platform.categorization.service | |
org.nuxeo.ecm.platform.ec.notification.service | |
org.nuxeo.ecm.platform.filemanager.service | |
org.nuxeo.ecm.platform.login | |
org.nuxeo.ecm.platform.mimetype.service | |
org.nuxeo.ecm.platform.uidgen.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.theme.services |
Modifier and Type | Method and Description |
---|---|
void |
CoreService.registerExtension(Extension extension) |
void |
CoreService.unregisterExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
CacheServiceImpl.registerExtension(Extension extension) |
void |
CacheServiceImpl.unregisterExtension(Extension extension) |
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 |
DirectoryServiceImpl.registerExtension(Extension extension) |
void |
DirectoryServiceImpl.unregisterExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPDirectoryFactory.registerDirectoryExtension(Extension extension) |
void |
LDAPDirectoryFactory.registerExtension(Extension extension) |
void |
LDAPDirectoryFactory.registerServerExtension(Extension extension) |
void |
LDAPDirectoryFactory.unregisterDirectoryExtension(Extension extension) |
void |
LDAPDirectoryFactory.unregisterExtension(Extension extension) |
void |
LDAPDirectoryFactory.unregisterServerExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
MultiDirectoryFactory.registerExtension(Extension extension) |
void |
MultiDirectoryFactory.unregisterExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
SQLDirectoryFactory.registerExtension(Extension extension) |
void |
SQLDirectoryFactory.unregisterExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentCategorizationServiceImpl.registerExtension(Extension extension) |
void |
DocumentCategorizationServiceImpl.unregisterExtension(Extension extension) |
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 |
---|---|
void |
MimetypeRegistryService.registerExtension(Extension extension) |
void |
MimetypeRegistryService.unregisterExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
UIDGeneratorService.registerExtension(Extension extension) |
void |
UIDGeneratorService.unregisterExtension(Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
LocationManagerService.registerExtension(Extension extension) |
void |
LocationManagerService.unregisterExtension(Extension 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 |
---|---|
List<Extension> |
ReloadableComponent.getExtensions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ReloadableComponent.registerExtension(Extension extension)
Deprecated.
|
void |
Extensible.registerExtension(Extension extension)
Registers the given extension.
|
void |
DefaultComponent.registerExtension(Extension extension) |
void |
ReloadableComponent.unregisterExtension(Extension extension)
Deprecated.
|
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 | Method and Description |
---|---|
Extension |
ExtensionPointImpl.createExtension(Element element) |
Extension[] |
RegistrationInfoImpl.getExtensions() |
Modifier and Type | Method and Description |
---|---|
Collection<Extension> |
ComponentManagerImpl.getPendingExtensions(ComponentName name) |
Modifier and Type | Method and Description |
---|---|
Object[] |
ExtensionPointImpl.loadContributions(RegistrationInfo owner,
Extension extension) |
static void |
ComponentManagerImpl.loadContributions(RegistrationInfoImpl 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 | Method and Description |
---|---|
void |
ThemeService.registerExtension(Extension extension) |
void |
ThemeService.unregisterExtension(Extension extension) |
Copyright © 2015 Nuxeo SA. All rights reserved.