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(ServiceRegistry sr) |
void |
setSites(Sites sites) |
public void setServiceRegistry(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.InitializingBean
public CollectionWithPagingInfo<Node> findNodes(Parameters parameters)
Queries
findNodes
in interface Queries
parameters
- the Parameters
object to get the parameters passed into the requestpublic CollectionWithPagingInfo<Person> findPeople(Parameters parameters)
Queries
findPeople
in interface Queries
parameters
- the Parameters
object to get the parameters passed into the requestpublic CollectionWithPagingInfo<Site> findSites(Parameters parameters)
Queries
findSites
in interface Queries
parameters
- the Parameters
object to get the parameters passed into the requestCopyright © 2005–2017 Alfresco Software. All rights reserved.