Introduce XML upload.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityNames.java
index f32c262ab07fc36f1f3bd47f31def6980a8a33d7..a1081cc1edfcb4464ad25eccb53de2b495f60366 100644 (file)
@@ -5,6 +5,7 @@ import org.argeo.naming.LdapAttrs;
 /** Constants used to name entity structures. */
 public interface EntityNames {
        final String FORM_BASE = "form";
+       final String SUBMISSIONS_BASE = "submissions";
        final String TERM_BASE = "term";
 
        final String ENTITY_DEFINITIONS_PATH = "/entity";