Class QueriesEntityResource

java.lang.Object
org.alfresco.rest.api.queries.QueriesEntityResource
All Implemented Interfaces:
EntityResourceAction.ReadById<CollectionWithPagingInfo<? extends Object>>, ResourceAction, org.springframework.beans.factory.InitializingBean

@EntityResource(name="queries", title="Queries") public class QueriesEntityResource extends Object implements EntityResourceAction.ReadById<CollectionWithPagingInfo<? extends Object>>, org.springframework.beans.factory.InitializingBean
An implementation of an Entity Resource for Queries.
Author:
janv, Alan Davis