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 org.alfresco.query.CannedQuery<NodeWithChildrenEntity>GetDiscussionTopcisWithPostsCannedQueryFactory. getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)org.alfresco.query.CannedQuery<NodeWithChildrenEntity>GetDiscussionTopcisWithPostsCannedQueryFactory. getCannedQuery(org.alfresco.service.cmr.repository.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 NodeWithChildrenEntity Constructor Description GetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-