public abstract class AbstractDirectoryDeleteConstraint extends Object implements DirectoryDeleteConstraint
Can be subclassed to make code more robust to API changes.
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
properties |
Constructor and Description |
---|
AbstractDirectoryDeleteConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
setProperties(Map<String,String> properties)
Sets properties that may depend on the directory configuration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canDelete
protected Map<String,String> properties
public AbstractDirectoryDeleteConstraint()
public void setProperties(Map<String,String> properties) throws DirectoryException
DirectoryDeleteConstraint
setProperties
in interface DirectoryDeleteConstraint
DirectoryException
Copyright © 2018 Nuxeo. All rights reserved.