org.alfresco.repo.discussion.cannedqueries
Class GetDiscussionTopcisWithPostsCannedQueryParams

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

public class GetDiscussionTopcisWithPostsCannedQueryParams
extends NodeWithChildrenEntity

Parameter objects for GetDiscussionTopcisWithPostsCannedQuery.

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.alfresco.repo.discussion.cannedqueries.NodeWithChildrenEntity
NodeWithChildrenEntity.NameAndCreatedAt
 
Constructor Summary
GetDiscussionTopcisWithPostsCannedQueryParams(java.lang.Long parentNodeId, java.lang.Long nameQNameId, java.lang.Long contentTypeQNameId, java.lang.Long childrenTypeId, java.util.Date topicCreatedAfter, java.util.Date postCreatedAfter, boolean excludePrimaryPost)
           
 
Method Summary
 boolean getExcludePrimaryPost()
           
 java.util.Date getPostCreatedAfter()
           
 java.util.Date getTopicCreatedAfter()
           
 
Methods inherited from class org.alfresco.repo.discussion.cannedqueries.NodeWithChildrenEntity
getChildren, getChildrenTypeQNameId, setChildren
 
Methods inherited from class org.alfresco.repo.query.NodeBackedEntity
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDiscussionTopcisWithPostsCannedQueryParams

public GetDiscussionTopcisWithPostsCannedQueryParams(java.lang.Long parentNodeId,
                                                     java.lang.Long nameQNameId,
                                                     java.lang.Long contentTypeQNameId,
                                                     java.lang.Long childrenTypeId,
                                                     java.util.Date topicCreatedAfter,
                                                     java.util.Date postCreatedAfter,
                                                     boolean excludePrimaryPost)
Method Detail

getTopicCreatedAfter

public java.util.Date getTopicCreatedAfter()

getPostCreatedAfter

public java.util.Date getPostCreatedAfter()

getExcludePrimaryPost

public boolean getExcludePrimaryPost()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.