Massive Argeo APIs refactoring
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityNames.java
index 07504318aec9f17be245e2a206d3630f8476c6e4..57901c4fe35f5a42f17362fed7629ade6567bc46 100644 (file)
@@ -1,6 +1,6 @@
 package org.argeo.entity;
 
-import org.argeo.naming.LdapAttrs;
+import org.argeo.util.naming.LdapAttrs;
 
 /** Constants used to name entity structures. */
 public interface EntityNames {
@@ -29,6 +29,10 @@ public interface EntityNames {
        @Deprecated
        final String ENTITY_RELATED_TO = "entity:relatedTo";
 
+       // DEFAULT FOLDER NAMES
+       final String MEDIA = "media";
+       final String FILES = "files";
+
        // LDAP-LIKE ENTITIES
        @Deprecated
        final String DISPLAY_NAME = LdapAttrs.displayName.property();