RM-692: Code refactoring

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@50475 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-05-29 18:25:10 +00:00
parent 4250c76095
commit 47b47cada8
6 changed files with 27 additions and 18 deletions

View File

@@ -30,4 +30,14 @@ public interface RMAuthority
* The default rm zone.
*/
public static String ZONE_APP_RM = "APP.RM";
/**
* The constant for all roles display name
*/
public static String ALL_ROLES_DISPLAY_NAME = "All Roles";
/**
* The constant for all roles prefix
*/
public static String ALL_ROLES_PREFIX = "AllRoles";
}