Class DraftsAndPublishedBlogPostsCannedQueryFactory

java.lang.Object
org.alfresco.query.AbstractCannedQueryFactory<R>
All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<BlogEntity>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DraftsAndPublishedBlogPostsCannedQueryFactory extends AbstractBlogPostsCannedQueryFactory
A CannedQueryFactory for the creation of DraftsAndPublishedBlogPostsCannedQuerys.
Since:
4.0
Author:
Neil Mc Erlean
  • Constructor Details

    • DraftsAndPublishedBlogPostsCannedQueryFactory

      public DraftsAndPublishedBlogPostsCannedQueryFactory()
  • Method Details

    • getCannedQuery

      public org.alfresco.query.CannedQuery<BlogEntity> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
    • getCannedQuery

      public org.alfresco.query.CannedQuery<BlogEntity> getCannedQuery(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, org.alfresco.query.PagingRequest pagingReq)