Class GetPeopleCannedQuery
java.lang.Object
org.alfresco.query.AbstractCannedQuery<NodeRef>
org.alfresco.repo.security.person.GetPeopleCannedQuery
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<NodeRef>
GetPeople canned query
To get paged list of children of a parent node filtered by child type.
Also optionally filtered and/or sorted by one or more properties (up to three).
- Since:
- 4.1.2
- Author:
- janv
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected static interfaceprotected class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, TenantService tenantService, NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptiongetTotalResultCount(List<NodeRef> results) protected booleanprotected booleanprotected booleanqueryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Methods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQueryPermissions, applyPostQuerySorting, execute, getParameters, toString
-
Field Details
-
MAX_FILTER_SORT_PROPS
public static final int MAX_FILTER_SORT_PROPS- See Also:
-
-
Constructor Details
-
GetPeopleCannedQuery
public GetPeopleCannedQuery(NodeDAO nodeDAO, QNameDAO qnameDAO, CannedQueryDAO cannedQueryDAO, TenantService tenantService, NodeService nodeService, AuthorityService authorityService, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<NodeRef>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<NodeRef>
-
isApplyPostQueryPermissions
protected boolean isApplyPostQueryPermissions()- Overrides:
isApplyPostQueryPermissionsin classorg.alfresco.query.AbstractCannedQuery<NodeRef>
-
isApplyPostQueryPaging
protected boolean isApplyPostQueryPaging()- Overrides:
isApplyPostQueryPagingin classorg.alfresco.query.AbstractCannedQuery<NodeRef>
-
getTotalResultCount
- Overrides:
getTotalResultCountin classorg.alfresco.query.AbstractCannedQuery<NodeRef>
-