Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory.api.ui
Class DirectoryUIDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.directory.api.ui.DirectoryUIDescriptor
All Implemented Interfaces:
java.io.Serializable, DirectoryUI

public class DirectoryUIDescriptor
extends java.lang.Object
implements DirectoryUI

Directory ui descriptor

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
DirectoryUIDescriptor()
           
 
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 isEnabled()
           
 java.lang.Boolean isReadOnly()
          Returns the readOnly status.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryUIDescriptor

public DirectoryUIDescriptor()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: DirectoryUI
Returns the directory name.

Specified by:
getName in interface DirectoryUI

getLayout

public java.lang.String getLayout()
Description copied from interface: DirectoryUI
Returns the directory layout.

Specified by:
getLayout in interface DirectoryUI

getView

public java.lang.String getView()
Description copied from interface: DirectoryUI
Returns the directory view.

Specified by:
getView in interface DirectoryUI

getSortField

public java.lang.String getSortField()
Description copied from interface: DirectoryUI
Returns the sort field.

Specified by:
getSortField in interface DirectoryUI

isEnabled

public java.lang.Boolean isEnabled()

isReadOnly

public java.lang.Boolean isReadOnly()
Description copied from interface: DirectoryUI
Returns the readOnly status.

Specified by:
isReadOnly in interface DirectoryUI

getDeleteConstraints

public java.util.List<DirectoryUIDeleteConstraint> getDeleteConstraints()
                                                                 throws DirectoryException
Description copied from interface: DirectoryUI
Returns the directory delete constraints

Specified by:
getDeleteConstraints in interface DirectoryUI
Throws:
DirectoryException
See Also:
DirectoryUIDeleteConstraint

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.