mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user