Class LikeCountQuery
- java.lang.Object
-
- com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
-
- com.atlassian.confluence.plugins.edgeindex.edge.LikeCountQuery
-
- All Implemented Interfaces:
EdgeCountQuery
@Component public class LikeCountQuery 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 LikeCountQuery(LikeManager likeManager, 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
-
LikeCountQuery
@Autowired public LikeCountQuery(LikeManager likeManager, ContentEntityHelper contentEntityHelper)
-
-
Method Detail
-
getEdgeCountForContentIds
protected Map<Long,Integer> getEdgeCountForContentIds(List<Long> contentIds)
- Specified by:
getEdgeCountForContentIds
in classContentEntityEdgeCountQuery
-
-