Package org.nuxeo.ecm.directory
Class DefaultDirectoryFactory
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.directory.DefaultDirectoryFactory
- All Implemented Interfaces:
Adaptable,Component,Extensible,TimestampedService
- Direct Known Subclasses:
CoreDirectoryFactory,GenericDirectoryComponent,LDAPDirectoryFactory,MongoDBDirectoryFactory,MultiDirectoryFactory,SQLDirectoryFactory
Default implementation for a directory factory component, that simply delegates registration of descriptors to the
DirectoryService.- Since:
- 8.2
-
Field Summary
FieldsFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) voidunregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Field Details
-
DIRECTORIES_XP
- See Also:
-
-
Constructor Details
-
DefaultDirectoryFactory
public DefaultDirectoryFactory()
-
-
Method Details
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
registerContributionin classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) - Overrides:
unregisterContributionin classDefaultComponent
-