public class GetPeopleCannedQuery extends AbstractCannedQuery<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,
TenantService tenantService,
NodeService nodeService,
AuthorityService authorityService,
CannedQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Integer,Integer> |
getTotalResultCount(List<NodeRef> results) |
protected boolean |
isApplyPostQueryPaging() |
protected boolean |
isApplyPostQueryPermissions() |
protected boolean |
isApplyPostQuerySorting() |
protected List<NodeRef> |
queryAndFilter(CannedQueryParameters parameters) |
applyPostQueryPaging, applyPostQueryPermissions, applyPostQuerySorting, execute, getParameters, toStringpublic static final int MAX_FILTER_SORT_PROPS
public GetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, TenantService tenantService, NodeService nodeService, AuthorityService authorityService, CannedQueryParameters params)
protected List<NodeRef> queryAndFilter(CannedQueryParameters parameters)
queryAndFilter in class AbstractCannedQuery<NodeRef>protected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class AbstractCannedQuery<NodeRef>protected boolean isApplyPostQueryPermissions()
isApplyPostQueryPermissions in class AbstractCannedQuery<NodeRef>protected boolean isApplyPostQueryPaging()
isApplyPostQueryPaging in class AbstractCannedQuery<NodeRef>protected Pair<Integer,Integer> getTotalResultCount(List<NodeRef> results)
getTotalResultCount in class AbstractCannedQuery<NodeRef>Copyright © 2005–2021 Alfresco Software. All rights reserved.