Deprecate JCR entity definition
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / EntityDefinition.java
index e1280cf03c77da17e6e7469301e96a2175c478f8..97f7d7c68a30e337d0f5d0e7f946958b57ae542a 100644 (file)
@@ -1,10 +1,8 @@
 package org.argeo.app.api;
 
-import javax.jcr.Node;
-
 /** The definition of an entity, a composite configurable data structure. */
 public interface EntityDefinition {
-       String getEditorId(Node entity);
+//     String getEditorId(Node entity);
 
        String getType();
 }