Implementation of RM-2614 +review RM

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/caveatmarkdatatype@114954 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2015-10-22 13:35:46 +00:00
parent 131eef36b1
commit 5cade63f9d
12 changed files with 151 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
<bean id="caveatDAOFromJSON" class="org.alfresco.module.org_alfresco_module_rm.caveat.dao.CaveatDAOFromJSON">
<property name="configLocation" value="${rm.caveat.configFile}" />
<property name="namespaceService" ref="namespaceService" />
</bean>
<bean id="caveatDAO" class="org.alfresco.module.org_alfresco_module_rm.caveat.dao.CaveatDAOCache">

View File

@@ -4,6 +4,10 @@
"displayLabel" : "rm.caveat.classification.label",
"description" : "rm.caveat.classification.description",
"type" : "HIERARCHICAL",
"model" :
{
"property" : "clf:classification"
},
"marks" :
[
{