mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-2604 Rename caveat group types.
Now we have HIERARCHICAL, USER_REQUIRES_ALL and USER_REQUIRES_ANY. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/caveatmarkdatatype@114265 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,7 +30,7 @@ public enum CaveatGroupType
|
||||
/** Each mark in the group implies all earlier marks also apply. */
|
||||
HIERARCHICAL,
|
||||
/** Many marks may be applied to content, and users need all marks to access it. */
|
||||
CUMULATIVE_SECURITY,
|
||||
USER_REQUIRES_ALL,
|
||||
/** Many marks may be applied to content, and users can access it with any one mark. */
|
||||
CUMULATIVE_AVAILABILITY
|
||||
USER_REQUIRES_ANY
|
||||
}
|
||||
|
Reference in New Issue
Block a user