mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +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:
@@ -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" :
|
||||
[
|
||||
{
|
||||
|
@@ -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
|
||||
}
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"id" : "nationality",
|
||||
"displayLabel" : "rm.caveat.nationality.group",
|
||||
"description" : "rm.caveat.nationality.description",
|
||||
"type" : "CUMULATIVE_AVAILABILITY",
|
||||
"type" : "USER_REQUIRES_ANY",
|
||||
"marks" :
|
||||
[
|
||||
{
|
||||
|
@@ -24,7 +24,7 @@
|
||||
"id" : "nationality",
|
||||
"displayLabel" : "rm.caveat.nationality.group",
|
||||
"description" : "rm.caveat.nationality.description",
|
||||
"type" : "CUMULATIVE_AVAILABILITY",
|
||||
"type" : "USER_REQUIRES_ANY",
|
||||
"marks" :
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user