Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DirectoryUIDescriptor
extends Object
implements DirectoryUI

Directory ui descriptor

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
DirectoryUIDescriptor()
           
 
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 isEnabled()
           
 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 String getName()
Description copied from interface: DirectoryUI
Returns the directory name.

Specified by:
getName in interface DirectoryUI

getLayout

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

Specified by:
getLayout in interface DirectoryUI

getView

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

Specified by:
getView in interface DirectoryUI

getSortField

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

Specified by:
getSortField in interface DirectoryUI

isEnabled

public Boolean isEnabled()

isReadOnly

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

Specified by:
isReadOnly in interface DirectoryUI

getDeleteConstraints

public 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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.