Interface EdgeCountQuery
-
- All Known Implementing Classes:
CommentCountQuery
,ContentEntityEdgeCountQuery
,LikeCountQuery
,NestedCommentCountQuery
public interface EdgeCountQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<EdgeTargetId,Integer>
getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
-
-
-
Method Detail
-
getEdgeCountForTargetIds
Map<EdgeTargetId,Integer> getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
-
-