Story: RM-1206 (As a records user I want to be able to add records to a hold(s) I have permission to see so that I can freeze a record)

Sub-task: RM-1319 (Implement REST API for getting the holds)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63758 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-03-07 11:52:25 +00:00
parent 0a40b0c0dd
commit 90c40688ec
4 changed files with 188 additions and 0 deletions

View File

@@ -584,4 +584,12 @@
</property>
</bean>
<!-- REST impl for GET Holds -->
<bean id="webscript.org.alfresco.rma.holds.get"
class="org.alfresco.module.org_alfresco_module_rm.script.hold.HoldsGet"
parent="webscript">
<property name="filePlanService" ref="FilePlanService" />
<property name="nodeService" ref="NodeService" />
<property name="holdService" ref="HoldService" />
</bean>
</beans>