Class GetPeopleCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<NodeRef>
org.alfresco.repo.security.person.GetPeopleCannedQuery
All Implemented Interfaces:
org.alfresco.query.CannedQuery<NodeRef>

public class GetPeopleCannedQuery extends org.alfresco.query.AbstractCannedQuery<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
  • Field Details

  • Constructor Details

  • Method Details

    • queryAndFilter

      protected List<NodeRef> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
      Specified by:
      queryAndFilter in class org.alfresco.query.AbstractCannedQuery<NodeRef>
    • isApplyPostQuerySorting

      protected boolean isApplyPostQuerySorting()
      Overrides:
      isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQuery<NodeRef>
    • isApplyPostQueryPermissions

      protected boolean isApplyPostQueryPermissions()
      Overrides:
      isApplyPostQueryPermissions in class org.alfresco.query.AbstractCannedQuery<NodeRef>
    • isApplyPostQueryPaging

      protected boolean isApplyPostQueryPaging()
      Overrides:
      isApplyPostQueryPaging in class org.alfresco.query.AbstractCannedQuery<NodeRef>
    • getTotalResultCount

      protected Pair<Integer,Integer> getTotalResultCount(List<NodeRef> results)
      Overrides:
      getTotalResultCount in class org.alfresco.query.AbstractCannedQuery<NodeRef>