Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
DirectoryUIDescriptor

public interface DirectoryUI
extends Serializable

Interface for directory UI info.

Since:
5.2.0 GA
Author:
Anahide Tchertchian

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

Method Detail

getName

String getName()
Returns the directory name.


getView

String getView()
Returns the directory view.


getLayout

String getLayout()
Returns the directory layout.


getSortField

String getSortField()
Returns the sort field.


isReadOnly

Boolean isReadOnly()
Returns the readOnly status.


getDeleteConstraints

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

Throws:
DirectoryException
Since:
5.2.1
See Also:
DirectoryUIDeleteConstraint

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.