Class SiteMembersCannedQuery

  • All Implemented Interfaces:
    org.alfresco.query.CannedQuery<SiteMembership>

    public class SiteMembersCannedQuery
    extends org.alfresco.query.AbstractCannedQuery<SiteMembership>
    A canned query for retrieving the members of a site.
    Author:
    steveglover
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SiteMembersCannedQuery​(SiteService siteService, PersonService personService, org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.query.CannedQueryParameters parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isApplyPostQuerySorting()  
      protected java.util.List<SiteMembership> queryAndFilter​(org.alfresco.query.CannedQueryParameters parameters)  
      • Methods inherited from class org.alfresco.query.AbstractCannedQuery

        applyPostQueryPaging, applyPostQueryPermissions, applyPostQuerySorting, execute, getParameters, getTotalResultCount, isApplyPostQueryPaging, isApplyPostQueryPermissions, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SiteMembersCannedQuery

        protected SiteMembersCannedQuery​(SiteService siteService,
                                         PersonService personService,
                                         org.alfresco.service.cmr.repository.NodeService nodeService,
                                         org.alfresco.query.CannedQueryParameters parameters)
    • Method Detail

      • queryAndFilter

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

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