Class GetDiscussionTopcisWithPostsCannedQueryParams

java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.discussion.cannedqueries.NodeWithChildrenEntity
org.alfresco.repo.discussion.cannedqueries.GetDiscussionTopcisWithPostsCannedQueryParams
All Implemented Interfaces:
PermissionCheckValue

public class GetDiscussionTopcisWithPostsCannedQueryParams extends NodeWithChildrenEntity
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • GetDiscussionTopcisWithPostsCannedQueryParams

      public GetDiscussionTopcisWithPostsCannedQueryParams(Long parentNodeId, Long nameQNameId, Long contentTypeQNameId, Long childrenTypeId, Date topicCreatedAfter, Date postCreatedAfter, boolean excludePrimaryPost)
  • Method Details

    • getTopicCreatedAfter

      public Date getTopicCreatedAfter()
    • getPostCreatedAfter

      public Date getPostCreatedAfter()
    • getExcludePrimaryPost

      public boolean getExcludePrimaryPost()