Class DraftsAndPublishedBlogPostsCannedQueryFactory

  • 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 Detail

      • DraftsAndPublishedBlogPostsCannedQueryFactory

        public DraftsAndPublishedBlogPostsCannedQueryFactory()
    • Method Detail

      • getCannedQuery

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

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