Class GetBlogPostsCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<BlogEntity>
org.alfresco.repo.blog.cannedqueries.GetBlogPostsCannedQuery
All Implemented Interfaces:
org.alfresco.query.CannedQuery<BlogEntity>

public class GetBlogPostsCannedQuery extends AbstractCannedQueryPermissions<BlogEntity>
This class provides support for several canned queries used by the BlogService.
Since:
4.0
Author:
Neil Mc Erlean, janv
  • Constructor Details

  • Method Details

    • queryAndFilter

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

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