Uses of Class
org.alfresco.repo.discussion.cannedqueries.NodeWithChildrenEntity
Packages that use NodeWithChildrenEntity
-
Uses of NodeWithChildrenEntity in org.alfresco.repo.discussion.cannedqueries
Subclasses of NodeWithChildrenEntity in org.alfresco.repo.discussion.cannedqueriesModifier and TypeClassDescriptionclassParameter objects forGetDiscussionTopcisWithPostsCannedQuery.Methods in org.alfresco.repo.discussion.cannedqueries that return types with arguments of type NodeWithChildrenEntityModifier and TypeMethodDescriptionorg.alfresco.query.CannedQuery<NodeWithChildrenEntity>GetDiscussionTopcisWithPostsCannedQueryFactory.getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<NodeWithChildrenEntity>GetDiscussionTopcisWithPostsCannedQueryFactory.getCannedQuery(NodeRef parentNodeRef, Date topicCreatedFrom, Date postCreatedFrom, boolean excludePrimaryPosts, org.alfresco.query.CannedQuerySortDetails sortDetails, org.alfresco.query.PagingRequest pagingReq) protected List<NodeWithChildrenEntity>GetDiscussionTopcisWithPostsCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Constructor parameters in org.alfresco.repo.discussion.cannedqueries with type arguments of type NodeWithChildrenEntityModifierConstructorDescriptionGetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)