|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.directory.multi.MultiDirectoryFactory
public class MultiDirectoryFactory
Constructor Summary | |
---|---|
MultiDirectoryFactory()
|
Method Summary | |
---|---|
void |
activate(ComponentContext context)
Activates the component. |
void |
deactivate(ComponentContext context)
Deactivates the component. |
List<Directory> |
getDirectories()
|
Directory |
getDirectory(String name)
Returns the directory with the given name. |
static DirectoryService |
getDirectoryService()
|
String |
getName()
|
void |
registerExtension(Extension extension)
Registers the given extension. |
void |
shutdown()
|
void |
unregisterExtension(Extension extension)
Unregisters the given extension. |
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent |
---|
applicationStarted, getAdapter, registerContribution, unregisterContribution |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiDirectoryFactory()
Method Detail |
---|
public Directory getDirectory(String name)
DirectoryFactory
getDirectory
in interface DirectoryFactory
name
- the name of the directory
public String getName()
getName
in interface DirectoryFactory
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic static DirectoryService getDirectoryService()
public void registerExtension(Extension extension)
Extensible
registerExtension
in interface Extensible
registerExtension
in class DefaultComponent
extension
- the extension to registerpublic void unregisterExtension(Extension extension) throws DirectoryException
Extensible
unregisterExtension
in interface Extensible
unregisterExtension
in class DefaultComponent
extension
- the extension to unregister
DirectoryException
public void shutdown() throws DirectoryException
shutdown
in interface DirectoryFactory
DirectoryException
public List<Directory> getDirectories()
getDirectories
in interface DirectoryFactory
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |