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