org.alfresco.repo.discussion.cannedqueries
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
Parameter objects for GetDiscussionTopcisWithPostsCannedQuery
.
- Since:
- 4.0
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)
|
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 |
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)
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.