|
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.sql.SQLDirectoryFactory
public class SQLDirectoryFactory
| Field Summary | |
|---|---|
List<SQLDirectoryDescriptor> |
descriptors
All descriptors registered. |
static ComponentName |
NAME
|
| Constructor Summary | |
|---|---|
SQLDirectoryFactory()
|
|
| 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. |
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 |
| Field Detail |
|---|
public static final ComponentName NAME
public List<SQLDirectoryDescriptor> descriptors
| Constructor Detail |
|---|
public SQLDirectoryFactory()
| Method Detail |
|---|
public Directory getDirectory(String name)
throws DirectoryException
DirectoryFactory
getDirectory in interface DirectoryFactoryname - the name of the directory
DirectoryExceptionpublic String getName()
getName in interface DirectoryFactorypublic void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime context
public void registerExtension(Extension extension)
throws Exception
Extensible
registerExtension in interface ExtensibleregisterExtension in class DefaultComponentextension - the extension to register
Exception - if any error occurs
public void unregisterExtension(Extension extension)
throws Exception
Extensible
unregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregister
Exception - if any error occurs
public void shutdown()
throws DirectoryException
shutdown in interface DirectoryFactoryDirectoryException
public List<Directory> getDirectories()
throws DirectoryException
getDirectories in interface DirectoryFactoryDirectoryException
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||