From c236f4b0869b7e584af5de5f7c61daaacd54e080 Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Mon, 4 May 2015 02:20:57 +0000 Subject: [PATCH] Added complete set of classification reasons from specification * relates to RM-1266 (Exploratory testing) * note that these default values will be changed before delivery to something more neutral, but for now they give us a better representative set of data to work with. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@103679 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../rm-classification-reasons.json | 22 ++++++++++++++++--- .../messages/classified-content.properties | 10 ++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json b/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json index a8918f3880..feece10abd 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json @@ -1,14 +1,30 @@ [ { "id" : "1.4(a)", - "displayLabel" : "rm.classification-reason.militaryPlans" + "displayLabel" : "rm.classification-reason.14a" }, { "id" : "1.4(b)", - "displayLabel" : "rm.classification-reason.foreignGovernment" + "displayLabel" : "rm.classification-reason.14b" }, { "id" : "1.4(c)", - "displayLabel" : "rm.classification-reason.intelligenceActivities" + "displayLabel" : "rm.classification-reason.14c" + }, + { + "id" : "1.4(d)", + "displayLabel" : "rm.classification-reason.14d" + }, + { + "id" : "1.4(e)", + "displayLabel" : "rm.classification-reason.14e" + }, + { + "id" : "1.4(f)", + "displayLabel" : "rm.classification-reason.14f" + }, + { + "id" : "1.4(g)", + "displayLabel" : "rm.classification-reason.14g" } ] diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties index 8ac69a76f4..c696738a15 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties @@ -5,6 +5,10 @@ rm.classification.confidential=Confidential rm.classification.noClearance=No Clearance ## Default classification reasons -rm.classification-reason.militaryPlans=Military Plans -rm.classification-reason.foreignGovernment=Foreign Government -rm.classification-reason.intelligenceActivities=Intelligence Activities \ No newline at end of file +rm.classification-reason.14a=Military plans, weapons systems or operations. +rm.classification-reason.14b=Foreign government information. +rm.classification-reason.14c=Intelligence activities (including special activities), intelligence sources or methods or cryptology. +rm.classification-reason.14d=Foreign relations or foreign activities for the U.S., including confidential sources. +rm.classification-reason.14e=Scientific, technological or economic matters relating to the nation security which includes defense against transnational terrorism. +rm.classification-reason.14f=U.S. Government programs for safeguarding nuclear materials of facilities. +rm.classification-reason.14g=Vulnerabilities or capabilities of systems, installations, infrastructures, projects, plans or protection services relating to the national security, which includes defense against transnational terrorism. \ No newline at end of file