mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user