Improve directory edition
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / directory / HierarchyUnit.java
index 6c67736eb89c3599e0786adccf41a394aca349e6..52509e854dcd8d69a067e7c2a5f07214c3b1b92b 100644 (file)
@@ -32,6 +32,9 @@ public interface HierarchyUnit {
 
        boolean isType(Type type);
 
+       /** A technical direct child. */
+       HierarchyUnit getDirectChild(Type type);
+
        /**
         * The base of this organisational unit within the hierarchy. This would
         * typically be an LDAP base DN.