Stabilise entity types.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityNames.java
index f32c262ab07fc36f1f3bd47f31def6980a8a33d7..fe881ffb5c3963d9794d1c12f56e9f26ecf650f3 100644 (file)
@@ -4,12 +4,16 @@ import org.argeo.naming.LdapAttrs;
 
 /** Constants used to name entity structures. */
 public interface EntityNames {
+       @Deprecated
        final String FORM_BASE = "form";
-       final String TERM_BASE = "term";
+       final String SUBMISSIONS_BASE = "submissions";
+       @Deprecated
+       final String TERM = "term";
+       final String NAME = "name";
 
-       final String ENTITY_DEFINITIONS_PATH = "/entity";
+//     final String ENTITY_DEFINITIONS_PATH = "/entity";
        @Deprecated
-       final String TYPOLOGIES_PATH = "/" + TERM_BASE;
+       final String TYPOLOGIES_PATH = "/" + TERM;
        /** Administrative units. */
        final String ADM = "adm";