Document directory and improve mapping with ACR
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / Directory.java
index 9e564ced9d339ba1255f23ce3bf389782831454d..988658969ef752b4ccba2d707666a458f6e390ed 100644 (file)
@@ -1,6 +1,5 @@
 package org.argeo.util.directory;
 
-import java.util.Dictionary;
 import java.util.Optional;
 
 import org.argeo.util.transaction.WorkControl;
@@ -21,17 +20,9 @@ public interface Directory extends HierarchyUnit {
        /** Sets the transaction control used by this directory when editing. */
        void setTransactionControl(WorkControl transactionControl);
 
-       /*
-        * METADATA
-        */
-       /** Metadata of this directory. */
-       public Dictionary<String, Object> getProperties();
-
        /*
         * HIERARCHY
         */
-       /** The first level of hierarchy units. */
-       Iterable<HierarchyUnit> getDirectHierarchyUnits(boolean functionalOnly);
 
        /** The hierarchy unit at this path. */
        HierarchyUnit getHierarchyUnit(String path);