RM-2448 (Extend classified document properties view)

RM-2449 (Extend classified record properties view)

+review RM-137

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@109139 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-07-29 10:25:32 +00:00
parent 23a4eee50a
commit 4aca887948
7 changed files with 336 additions and 1 deletions

View File

@@ -115,6 +115,7 @@
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getExemptionCategories=ACL_ALLOW
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getReclassification=ACL_ALLOW
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getReclassificationValues=ACL_ALLOW
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.getExemptionCategoryById=ACL_ALLOW
org.alfresco.module.org_alfresco_module_rm.classification.ClassificationSchemeService.*=ACL_DENY
</value>
</property>

View File

@@ -941,4 +941,12 @@
<property name="classificationSchemeService" ref="ClassificationSchemeService" />
</bean>
<bean id="exemptionsCategoriesPropertyDecorator"
parent="baseDecorator"
class="org.alfresco.repo.jscript.app.ExemptionsCategoriesPropertyDecorator"
depends-on="classifiedContentDictionaryBootstrap">
<property name="propertyName" value="clf:declassificationExemptions" />
<property name="classificationSchemeService" ref="ClassificationSchemeService" />
</bean>
</beans>