Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory
Interface DirectoryFactory

All Known Implementing Classes:
DirectoryFactoryProxy, LDAPDirectoryFactory, MemoryDirectoryFactory, MultiDirectoryFactory, SQLDirectoryFactory

public interface DirectoryFactory


Method Summary
 List<Directory> getDirectories()
           
 Directory getDirectory(String name)
          Returns the directory with the given name.
 String getName()
           
 void shutdown()
           
 

Method Detail

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.