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
public class DefaultDirectoryFactory extends DefaultComponent
Default implementation for a directory factory component, that simply delegates registration of descriptors to theDirectoryService
.- Since:
- 8.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
DIRECTORIES_XP
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description DefaultDirectoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
void
unregisterContribution(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, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Field Detail
-
DIRECTORIES_XP
public static final String DIRECTORIES_XP
- See Also:
- Constant Field Values
-
-
Method Detail
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
- Overrides:
registerContribution
in classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
- Overrides:
unregisterContribution
in classDefaultComponent
-
-