Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DirectoryUIDescriptor

public interface DirectoryUI
extends java.io.Serializable

Interface for directory UI info.

Since:
5.2.0 GA
Author:
Anahide Tchertchian

Method Summary
 java.util.List<DirectoryUIDeleteConstraint> getDeleteConstraints()
          Returns the directory delete constraints
 java.lang.String getLayout()
          Returns the directory layout.
 java.lang.String getName()
          Returns the directory name.
 java.lang.String getSortField()
          Returns the sort field.
 java.lang.String getView()
          Returns the directory view.
 java.lang.Boolean isReadOnly()
          Returns the readOnly status.
 

Method Detail

getName

java.lang.String getName()
Returns the directory name.


getView

java.lang.String getView()
Returns the directory view.


getLayout

java.lang.String getLayout()
Returns the directory layout.


getSortField

java.lang.String getSortField()
Returns the sort field.


isReadOnly

java.lang.Boolean isReadOnly()
Returns the readOnly status.


getDeleteConstraints

java.util.List<DirectoryUIDeleteConstraint> getDeleteConstraints()
                                                                 throws DirectoryException
Returns the directory delete constraints

Throws:
DirectoryException
Since:
5.2.1
See Also:
DirectoryUIDeleteConstraint

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.