]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.api.acr/src/org/argeo/api/acr/CrName.java
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / CrName.java
index f618335077eadbcd093273cb584ed1d9520449fc..62a21fbd3e3db6a00a4303147d38ca365aab14ed 100644 (file)
@@ -12,6 +12,7 @@ public enum CrName implements QNamed {
         * ATTRIBUTES
         */
        uuid, // the UUID of a content
+       path, // the path to a content
        mount, // a mount point
 //     cc, // content class
 
@@ -34,14 +35,7 @@ public enum CrName implements QNamed {
        //
        ;
 
-       public final static String CR_NAMESPACE_URI = "http://www.argeo.org/ns/cr";
-       public final static String CR_DEFAULT_PREFIX = "cr";
-
-       public final static String LDAP_NAMESPACE_URI = "http://www.argeo.org/ns/ldap";
-       public final static String LDAP_DEFAULT_PREFIX = "ldap";
-
-       public final static String ROLE_NAMESPACE_URI = "http://www.argeo.org/ns/role";
-       public final static String ROLE_DEFAULT_PREFIX = "role";
+       
 
 //     private final ContentName value;
 
@@ -55,12 +49,12 @@ public enum CrName implements QNamed {
 
        @Override
        public String getNamespace() {
-               return CR_NAMESPACE_URI;
+               return ArgeoNamespace.CR_NAMESPACE_URI;
        }
 
        @Override
        public String getDefaultPrefix() {
-               return CR_DEFAULT_PREFIX;
+               return ArgeoNamespace.CR_DEFAULT_PREFIX;
        }
 
 }