Class HoldsEntityResource

java.lang.Object
org.alfresco.rm.rest.api.holds.HoldsEntityResource
All Implemented Interfaces:
EntityResourceAction.Delete, EntityResourceAction.ReadById<HoldModel>, EntityResourceAction.Update<HoldModel>, ResourceAction, org.springframework.beans.factory.InitializingBean

@EntityResource(name="holds", title="Holds") public class HoldsEntityResource extends Object implements EntityResourceAction.ReadById<HoldModel>, EntityResourceAction.Update<HoldModel>, EntityResourceAction.Delete, org.springframework.beans.factory.InitializingBean
Hold entity resource
Author:
Damian Ujma