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
This commit is contained in:
Roy Wetherall
2015-05-04 02:20:57 +00:00
parent 405ff33dfc
commit c236f4b086
2 changed files with 26 additions and 6 deletions

View File

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

View File

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