Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.directory.api.ui.AbstractDirectoryUIDeleteConstraint
All Implemented Interfaces:
Serializable, DirectoryUIDeleteConstraint
Direct Known Subclasses:
HierarchicalDirectoryUIDeleteConstraint

public abstract class AbstractDirectoryUIDeleteConstraint
extends Object
implements DirectoryUIDeleteConstraint

Abstract class handling storage of properties.

Can be subclassed to make code more robust to API changes.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
AbstractDirectoryUIDeleteConstraint()
           
 
Method Summary
 void setProperties(Map<String,String> properties)
          Sets properties that may depend on the directory configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.directory.api.ui.DirectoryUIDeleteConstraint
canDelete
 

Constructor Detail

AbstractDirectoryUIDeleteConstraint

public AbstractDirectoryUIDeleteConstraint()
Method Detail

setProperties

public void setProperties(Map<String,String> properties)
                   throws DirectoryException
Description copied from interface: DirectoryUIDeleteConstraint
Sets properties that may depend on the directory configuration.

Specified by:
setProperties in interface DirectoryUIDeleteConstraint
Throws:
DirectoryException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.