public class GetNodesWithAspectCannedQueryFactory extends AbstractCannedQueryFactory<NodeRef>
| Constructor and Description |
|---|
GetNodesWithAspectCannedQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
CannedQuery<NodeRef> |
getCannedQuery(CannedQueryParameters parameters) |
CannedQuery<NodeRef> |
getCannedQuery(StoreRef storeRef,
Set<QName> aspectQNames,
PagingRequest pagingRequest)
Retrieve an unsorted instance of a
CannedQuery based on parameters including
request for a total count (up to a given max) |
void |
setMethodSecurity(MethodSecurityBean<NodeRef> methodSecurity) |
void |
setNodeDAO(NodeDAO nodeDAO) |
void |
setTenantService(TenantService tenantService) |
getCannedQuery, getQueryExecutionId, setBeanName, setRegistrypublic GetNodesWithAspectCannedQueryFactory()
public void setNodeDAO(NodeDAO nodeDAO)
public void setTenantService(TenantService tenantService)
public void setMethodSecurity(MethodSecurityBean<NodeRef> methodSecurity)
public CannedQuery<NodeRef> getCannedQuery(CannedQueryParameters parameters)
public CannedQuery<NodeRef> getCannedQuery(StoreRef storeRef, Set<QName> aspectQNames, PagingRequest pagingRequest)
CannedQuery based on parameters including
request for a total count (up to a given max)storeRef - the store to search in, if requestedaspectQNames - qnames of aspects to search forpagingRequest - skipCount, maxItems - optionally queryExecutionId and requestTotalCountMaxpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractCannedQueryFactory<NodeRef>ExceptionCopyright © 2005–2020 Alfresco Software. All rights reserved.