Class GroupsEntityResource

java.lang.Object
org.alfresco.rest.api.groups.GroupsEntityResource
All Implemented Interfaces:
EntityResourceAction.Create<Group>, EntityResourceAction.Delete, EntityResourceAction.Read<Group>, EntityResourceAction.ReadById<Group>, EntityResourceAction.Update<Group>, ResourceAction, org.springframework.beans.factory.InitializingBean

@EntityResource(name="groups", title="Groups") public class GroupsEntityResource extends Object implements EntityResourceAction.Read<Group>, EntityResourceAction.ReadById<Group>, EntityResourceAction.Create<Group>, EntityResourceAction.Update<Group>, EntityResourceAction.Delete, org.springframework.beans.factory.InitializingBean
An implementation of an Entity Resource for a Group
Author:
cturlica