Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory.api.ui
Interface DirectoryUIManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
DirectoryUIManagerImpl

public interface DirectoryUIManager
extends Serializable

Manager for directories to be presented to the UI for management.

Author:
Anahide Tchertchian

Method Summary
 DirectoryUI getDirectoryInfo(String directoryName)
          Returns the ui info to use for given directory.
 List<String> getDirectoryNames()
          Returns the list of directories that should be presented in UI.
 

Method Detail

getDirectoryInfo

DirectoryUI getDirectoryInfo(String directoryName)
                             throws ClientException
Returns the ui info to use for given directory.

Throws:
ClientException

getDirectoryNames

List<String> getDirectoryNames()
                               throws ClientException
Returns the list of directories that should be presented in UI.

Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.