Massive package refactoring
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / CrName.java
index 3fe3462b97fc6f7b1b0459e242efc14a9135c874..ead47377bddff3eb5cd26d179636735d3f578bdc 100644 (file)
@@ -6,24 +6,24 @@ public enum CrName implements QNamed {
        /*
         * TYPES
         */
-       collection, // a collection type
+//     collection, // a collection type
 
        /*
         * ATTRIBUTES
         */
        uuid, // the UUID of a content
        mount, // a mount point
-       cc, // content class
+//     cc, // content class
 
        /*
         * ATTRIBUTES FROM FILE SEMANTICS
         */
-       creationTime, //
-       lastModifiedTime, //
-       size, //
+//     creationTime, //
+//     lastModifiedTime, //
+//     size, //
        fileKey, //
-       owner, //
-       group, //
+//     owner, //
+//     group, //
        permissions, //
 
        /*
@@ -34,14 +34,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 +48,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;
        }
 
 }