Class HierarchicalDirectoryDeleteConstraint

java.lang.Object
org.nuxeo.ecm.directory.impl.AbstractDirectoryDeleteConstraint
org.nuxeo.ecm.directory.HierarchicalDirectoryDeleteConstraint
All Implemented Interfaces:
Serializable, DirectoryDeleteConstraint

public class HierarchicalDirectoryDeleteConstraint extends AbstractDirectoryDeleteConstraint
Delete constraint preventing from removing an entry from a parent directory if it is referenced in a child directory.

Needs to know the child directory name and the field where parent entry id is declared on it.

Author:
Anahide Tchertchian
See Also: