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

@@ -24,7 +24,7 @@
"id" : "nationality",
"displayLabel" : "rm.caveat.nationality.label",
"description" : "rm.caveat.nationality.description",
"type" : "CUMULATIVE_AVAILABILITY",
"type" : "USER_REQUIRES_ANY",
"marks" :
[
{
@@ -45,7 +45,7 @@
"id" : "training",
"displayLabel" : "rm.caveat.training.label",
"description" : "rm.caveat.training.description",
"type" : "CUMULATIVE_SECURITY",
"type" : "USER_REQUIRES_ALL",
"marks" :
[
{

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
}

View File

@@ -16,7 +16,7 @@
"id" : "nationality",
"displayLabel" : "rm.caveat.nationality.group",
"description" : "rm.caveat.nationality.description",
"type" : "CUMULATIVE_AVAILABILITY",
"type" : "USER_REQUIRES_ANY",
"marks" :
[
{

View File

@@ -24,7 +24,7 @@
"id" : "nationality",
"displayLabel" : "rm.caveat.nationality.group",
"description" : "rm.caveat.nationality.description",
"type" : "CUMULATIVE_AVAILABILITY",
"type" : "USER_REQUIRES_ANY",
"marks" :
[
{