public class GetPeopleCannedQuery
extends org.alfresco.query.AbstractCannedQuery
| 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 |
getTotalResultCount(java.util.List results) |
protected boolean |
isApplyPostQueryPaging() |
protected boolean |
isApplyPostQueryPermissions() |
protected boolean |
isApplyPostQuerySorting() |
protected java.util.List |
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 java.util.List queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
queryAndFilter in class org.alfresco.query.AbstractCannedQueryprotected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQueryprotected boolean isApplyPostQueryPermissions()
isApplyPostQueryPermissions in class org.alfresco.query.AbstractCannedQueryprotected boolean isApplyPostQueryPaging()
isApplyPostQueryPaging in class org.alfresco.query.AbstractCannedQueryprotected org.alfresco.util.Pair getTotalResultCount(java.util.List results)
getTotalResultCount in class org.alfresco.query.AbstractCannedQueryCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.