Introduce UUID identified and openForEdit/freeze cycle
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / CmsSession.java
index dda1dac1f7fa118ae4247b93e21bf7963c11e689..b69e54f98a5cd7f7ea59064ba2cb9d0edfeb4d38 100644 (file)
@@ -13,7 +13,7 @@ public interface CmsSession {
        final static String SESSION_UUID = "entryUUID";
        final static String SESSION_LOCAL_ID = "uniqueIdentifier";
 
-       UUID getUuid();
+       UUID uuid();
 
        String getUserRole();