mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -1,14 +1,30 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id" : "1.4(a)",
|
"id" : "1.4(a)",
|
||||||
"displayLabel" : "rm.classification-reason.militaryPlans"
|
"displayLabel" : "rm.classification-reason.14a"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id" : "1.4(b)",
|
"id" : "1.4(b)",
|
||||||
"displayLabel" : "rm.classification-reason.foreignGovernment"
|
"displayLabel" : "rm.classification-reason.14b"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id" : "1.4(c)",
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -5,6 +5,10 @@ rm.classification.confidential=Confidential
|
|||||||
rm.classification.noClearance=No Clearance
|
rm.classification.noClearance=No Clearance
|
||||||
|
|
||||||
## Default classification reasons
|
## Default classification reasons
|
||||||
rm.classification-reason.militaryPlans=Military Plans
|
rm.classification-reason.14a=Military plans, weapons systems or operations.
|
||||||
rm.classification-reason.foreignGovernment=Foreign Government
|
rm.classification-reason.14b=Foreign government information.
|
||||||
rm.classification-reason.intelligenceActivities=Intelligence Activities
|
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.
|
Reference in New Issue
Block a user