Class GetDiscussionTopcisWithPostsCannedQueryFactory

  • All Implemented Interfaces:
    org.alfresco.query.CannedQueryFactory<NodeWithChildrenEntity>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class GetDiscussionTopcisWithPostsCannedQueryFactory
    extends AbstractQNameAwareCannedQueryFactory<NodeWithChildrenEntity>
    A CannedQueryFactory for various queries relating to getting Topics with some information on their Posts
    Since:
    4.0
    Author:
    Nick Burch
    • Constructor Detail

      • GetDiscussionTopcisWithPostsCannedQueryFactory

        public GetDiscussionTopcisWithPostsCannedQueryFactory()
    • Method Detail

      • getCannedQuery

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

        public org.alfresco.query.CannedQuery<NodeWithChildrenEntity> getCannedQuery​(org.alfresco.service.cmr.repository.NodeRef parentNodeRef,
                                                                                     Date topicCreatedFrom,
                                                                                     Date postCreatedFrom,
                                                                                     boolean excludePrimaryPosts,
                                                                                     org.alfresco.query.CannedQuerySortDetails sortDetails,
                                                                                     org.alfresco.query.PagingRequest pagingReq)