Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
DirectoryUIManagerLocal
All Known Implementing Classes:
DirectoryUIManagerBean, DirectoryUIManagerImpl

public interface DirectoryUIManager
extends java.io.Serializable

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

Author:
Anahide Tchertchian

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

Method Detail

getDirectoryInfo

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

Throws:
ClientException

getDirectoryNames

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

Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.