@EntityResource(name="queries", title="Queries") public class QueriesEntityResource extends Object implements EntityResourceAction.ReadById<CollectionWithPagingInfo<? extends Object>>, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
QueriesEntityResource() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
CollectionWithPagingInfo<? extends Object> |
readById(String queryId,
Parameters parameters) |
void |
setQueries(Queries queries) |
public void setQueries(Queries queries)
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public CollectionWithPagingInfo<? extends Object> readById(String queryId, Parameters parameters)
readById
in interface EntityResourceAction.ReadById<CollectionWithPagingInfo<? extends Object>>
Copyright © 2005–2017 Alfresco Software. All rights reserved.