Class GetDiscussionTopcisWithPostsCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<NodeWithChildrenEntity>
org.alfresco.repo.discussion.cannedqueries.GetDiscussionTopcisWithPostsCannedQuery
All Implemented Interfaces:
org.alfresco.query.CannedQuery<NodeWithChildrenEntity>

public class GetDiscussionTopcisWithPostsCannedQuery extends AbstractCannedQueryPermissions<NodeWithChildrenEntity>
This class provides support for canned queries which filter topics by their posts
Since:
4.0
Author:
Nick Burch
  • Constructor Details

  • Method Details

    • queryAndFilter

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

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