| Modifier and Type | Class and Description |
|---|---|
static class |
QueriesImpl.AbstractQuery<T> |
MIN_TERM_LENGTH_NODES, MIN_TERM_LENGTH_PEOPLE, MIN_TERM_LENGTH_SITES, PARAM_CREATEDAT, PARAM_FIELDS, PARAM_FIRSTNAME, PARAM_INCLUDE, PARAM_LASTNAME, PARAM_MODIFIEDAT, PARAM_NAME, PARAM_NODE_TYPE, PARAM_ORDERBY, PARAM_PERSON_ID, PARAM_ROOT_NODE_ID, PARAM_SITE_DESCRIPTION, PARAM_SITE_ID, PARAM_SITE_TITLE, PARAM_TERM| Constructor and Description |
|---|
QueriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
CollectionWithPagingInfo<Node> |
findNodes(Parameters parameters)
Find Nodes
|
CollectionWithPagingInfo<Person> |
findPeople(Parameters parameters)
Find People
|
CollectionWithPagingInfo<Site> |
findSites(Parameters parameters)
Find Sites
|
void |
setNodes(Nodes nodes) |
void |
setPeople(People people) |
void |
setServiceRegistry(org.alfresco.service.ServiceRegistry sr) |
void |
setSites(Sites sites) |
public void setServiceRegistry(org.alfresco.service.ServiceRegistry sr)
public void setNodes(Nodes nodes)
public void setPeople(People people)
public void setSites(Sites sites)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic CollectionWithPagingInfo<Node> findNodes(Parameters parameters)
QueriesfindNodes in interface Queriesparameters - the Parameters object to get the parameters passed into the requestpublic CollectionWithPagingInfo<Person> findPeople(Parameters parameters)
QueriesfindPeople in interface Queriesparameters - the Parameters object to get the parameters passed into the requestpublic CollectionWithPagingInfo<Site> findSites(Parameters parameters)
QueriesfindSites in interface Queriesparameters - the Parameters object to get the parameters passed into the requestCopyright © 2005–2018 Alfresco Software. All rights reserved.