Package org.nuxeo.ecm.directory.impl
Class AbstractDirectoryDeleteConstraint
java.lang.Object
org.nuxeo.ecm.directory.impl.AbstractDirectoryDeleteConstraint
- All Implemented Interfaces:
Serializable
,DirectoryDeleteConstraint
- Direct Known Subclasses:
HierarchicalDirectoryDeleteConstraint
public abstract class AbstractDirectoryDeleteConstraint
extends Object
implements DirectoryDeleteConstraint
Abstract class handling storage of properties.
Can be subclassed to make code more robust to API changes.
- Author:
- Anahide Tchertchian
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setProperties
(Map<String, String> properties) Sets properties that may depend on the directory configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.ecm.directory.api.DirectoryDeleteConstraint
canDelete
-
Field Details
-
properties
-
-
Constructor Details
-
AbstractDirectoryDeleteConstraint
public AbstractDirectoryDeleteConstraint()
-
-
Method Details
-
setProperties
Description copied from interface:DirectoryDeleteConstraint
Sets properties that may depend on the directory configuration.- Specified by:
setProperties
in interfaceDirectoryDeleteConstraint
-