@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.InitializingBeanpublic CollectionWithPagingInfo<? extends Object> readById(String queryId, Parameters parameters)
readById in interface EntityResourceAction.ReadById<CollectionWithPagingInfo<? extends Object>>Copyright © 2005–2018 Alfresco Software. All rights reserved.