RM-2130 (Check classification after method execution, filtering results where appropriate)

+review RM-94

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/ENFORCE@106657 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-06-21 19:47:57 +00:00
parent cb7811c693
commit eee6c481ce
5 changed files with 306 additions and 6 deletions

View File

@@ -37,6 +37,14 @@
<bean id="preMethodInvocationProcessor"
class="org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.PreMethodInvocationProcessor">
<!--
<property name="transactionService" ref="transactionService" />
<property name="classificationServiceBootstrap" ref="classificationServiceBootstrap" />
<property name="alfrescoTransactionSupport" ref="rm.alfrescoTransactionSupport" />
<property name="nodeService" ref="dbNodeService" />
<property name="dictionaryService" ref="dictionaryService" />
<property name="contentClassificationService" ref="contentClassificationService" />
-->
</bean>
<bean id="postMethodInvocationProcessor"
@@ -106,6 +114,11 @@
class="org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.ListPostMethodInvocationProcessor">
</bean>
<bean id="arrayPostMethodInvocationProcessor"
parent="abstractPostMethodInvocationProcessor"
class="org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.ArrayPostMethodInvocationProcessor">
</bean>
<!-- Classification service DAO -->
<bean id="classificationServiceDAO" class="org.alfresco.module.org_alfresco_module_rm.classification.ClassificationServiceDAO">