public class GetPeopleCannedQuery
extends org.alfresco.query.AbstractCannedQuery<org.alfresco.service.cmr.repository.NodeRef>
| Modifier and Type | Class and Description |
|---|---|
protected class |
GetPeopleCannedQuery.DefaultPersonQueryCallback |
protected static interface |
GetPeopleCannedQuery.PersonQueryCallback |
protected class |
GetPeopleCannedQuery.PersonResultHandler |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_FILTER_SORT_PROPS |
| Constructor and Description |
|---|
GetPeopleCannedQuery(NodeDAO nodeDAO,
QNameDAO qnameDAO,
CannedQueryDAO cannedQueryDAO,
org.alfresco.repo.tenant.TenantService tenantService,
org.alfresco.service.cmr.repository.NodeService nodeService,
AuthorityService authorityService,
org.alfresco.query.CannedQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
protected org.alfresco.util.Pair<Integer,Integer> |
getTotalResultCount(List<org.alfresco.service.cmr.repository.NodeRef> results) |
protected boolean |
isApplyPostQueryPaging() |
protected boolean |
isApplyPostQueryPermissions() |
protected boolean |
isApplyPostQuerySorting() |
protected List<org.alfresco.service.cmr.repository.NodeRef> |
queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) |
public static final int MAX_FILTER_SORT_PROPS
public GetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, org.alfresco.repo.tenant.TenantService tenantService, org.alfresco.service.cmr.repository.NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params)
protected List<org.alfresco.service.cmr.repository.NodeRef> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
queryAndFilter in class org.alfresco.query.AbstractCannedQuery<org.alfresco.service.cmr.repository.NodeRef>protected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQuery<org.alfresco.service.cmr.repository.NodeRef>protected boolean isApplyPostQueryPermissions()
isApplyPostQueryPermissions in class org.alfresco.query.AbstractCannedQuery<org.alfresco.service.cmr.repository.NodeRef>protected boolean isApplyPostQueryPaging()
isApplyPostQueryPaging in class org.alfresco.query.AbstractCannedQuery<org.alfresco.service.cmr.repository.NodeRef>Copyright © 2005–2018 Alfresco Software. All rights reserved.