public abstract class ContentEntityEdgeCountQuery extends Object implements EdgeCountQuery
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<EdgeTargetId,Long> |
EDGE_TARGET_ID_TO_ID |
Constructor and Description |
---|
ContentEntityEdgeCountQuery() |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<Long,Integer> |
getEdgeCountForContentIds(List<Long> contentIds) |
Map<EdgeTargetId,Integer> |
getEdgeCountForTargetIds(List<EdgeTargetId> targetIds) |
public static final com.google.common.base.Function<EdgeTargetId,Long> EDGE_TARGET_ID_TO_ID
public Map<EdgeTargetId,Integer> getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
getEdgeCountForTargetIds
in interface EdgeCountQuery
Copyright © 2003–2020 Atlassian. All rights reserved.