Move core projects to a separate directory.
[gpl/argeo-suite.git] / core / org.argeo.entity.api / src / org / argeo / entity / EntityDefinition.java
diff --git a/core/org.argeo.entity.api/src/org/argeo/entity/EntityDefinition.java b/core/org.argeo.entity.api/src/org/argeo/entity/EntityDefinition.java
new file mode 100644 (file)
index 0000000..08aff61
--- /dev/null
@@ -0,0 +1,10 @@
+package org.argeo.entity;
+
+import javax.jcr.Node;
+
+/** The definition of an entity, a composite configurable data structure. */
+public interface EntityDefinition {
+       String getEditorId(Node entity);
+
+       String getType();
+}