org.nuxeo.ecm.directory
Interface DirectoryFactory
- All Known Implementing Classes:
- DirectoryFactoryProxy, LDAPDirectoryFactory, MemoryDirectoryFactory, MultiDirectoryFactory, SQLDirectoryFactory
public interface DirectoryFactory
getName
String getName()
getDirectory
Directory getDirectory(String name)
throws DirectoryException
- Returns the directory with the given name.
- Parameters:
name
- the name of the directory
- Returns:
- the directory with the given name
- Throws:
DirectoryException
getDirectories
List<Directory> getDirectories()
throws DirectoryException
- Returns:
- a list with all the directories managed by this factory
- Throws:
DirectoryException
shutdown
void shutdown()
throws DirectoryException
- Throws:
DirectoryException
Copyright © 2010 Nuxeo SAS. All Rights Reserved.