Nuxeo Enterprise Platform 5.4

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

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

public abstract class AbstractDirectoryUIDeleteConstraint
extends java.lang.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(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.