Class ContentEntityEdgeCountQuery
- java.lang.Object
-
- com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeCountQuery
-
- All Implemented Interfaces:
EdgeCountQuery
- Direct Known Subclasses:
CommentCountQuery
,LikeCountQuery
,NestedCommentCountQuery
public abstract class ContentEntityEdgeCountQuery extends Object implements EdgeCountQuery
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Function<EdgeTargetId,Long>
EDGE_TARGET_ID_TO_ID
-
Constructor Summary
Constructors Constructor Description ContentEntityEdgeCountQuery()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Map<Long,Integer>
getEdgeCountForContentIds(List<Long> contentIds)
Map<EdgeTargetId,Integer>
getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
-
-
-
Field Detail
-
EDGE_TARGET_ID_TO_ID
public static final com.google.common.base.Function<EdgeTargetId,Long> EDGE_TARGET_ID_TO_ID
-
-
Method Detail
-
getEdgeCountForTargetIds
public Map<EdgeTargetId,Integer> getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
- Specified by:
getEdgeCountForTargetIds
in interfaceEdgeCountQuery
-
-