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:
Tom Page
2015-10-13 13:43:36 +00:00
parent 56948b989c
commit 9e93ad5f10
4 changed files with 6 additions and 6 deletions

View File

@@ -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
}