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 forGetDiscussionTopcisWithPostsCannedQuery.- Since:
- 4.0
- Author:
- Nick Burch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.repo.discussion.cannedqueries.NodeWithChildrenEntity
NodeWithChildrenEntity.NameAndCreatedAt
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetExcludePrimaryPost()java.util.DategetPostCreatedAfter()java.util.DategetTopicCreatedAfter()-
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
-
-
-
-
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)
-
-