Class NestedCommentCountQuery
- java.lang.Object
 - 
- com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
 - 
- com.atlassian.confluence.plugins.edgeindex.edge.NestedCommentCountQuery
 
 
 
- 
- All Implemented Interfaces:
 EdgeCountQuery
@Component public class NestedCommentCountQuery extends ContentEntityEdgeCountQuery
 
- 
- 
Field Summary
- 
Fields inherited from class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
EDGE_TARGET_ID_TO_ID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NestedCommentCountQuery(ContentEntityHelper contentEntityHelper) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<Long,Integer>getEdgeCountForContentIds(List<Long> contentIds)- 
Methods inherited from class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
getEdgeCountForTargetIds 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NestedCommentCountQuery
@Autowired public NestedCommentCountQuery(ContentEntityHelper contentEntityHelper)
 
 - 
 
- 
Method Detail
- 
getEdgeCountForContentIds
protected Map<Long,Integer> getEdgeCountForContentIds(List<Long> contentIds)
- Specified by:
 getEdgeCountForContentIdsin classContentEntityEdgeCountQuery
 
 - 
 
 -