RM-1641 (Create Relationship Service)

* Added a new utility class to reduce boilerplate code

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@85481 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-09-22 21:18:01 +00:00
parent 8a71d379f2
commit 72cf19e8f5
8 changed files with 351 additions and 286 deletions

View File

@@ -65,13 +65,14 @@
<!-- Base bean for custom reference definition web scripts -->
<bean id="rmCustomReferenceDefinitionBase" parent="rmBaseWebscript" abstract="true">
<property name="recordsManagementAdminService" ref="RecordsManagementAdminService" />
<property name="dictionaryService" ref="DictionaryService" />
</bean>
<!-- REST impl for GET Custom Reference Definitions -->
<bean id="webscript.org.alfresco.rma.customrefdefinitions.get"
class="org.alfresco.module.org_alfresco_module_rm.script.CustomReferenceDefinitionsGet"
parent="rmCustomReferenceDefinitionBase" />
parent="rmCustomReferenceDefinitionBase">
<property name="dictionaryService" ref="DictionaryService" />
</bean>
<!-- REST impl for PUT Custom Reference Definitions -->
<bean id="webscript.org.alfresco.rma.customrefdefinition.put"