Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetId
-
Packages that use EdgeTargetId Package Description com.atlassian.confluence.plugins.edgeindex.model -
-
Uses of EdgeTargetId in com.atlassian.confluence.plugins.edgeindex.model
Classes in com.atlassian.confluence.plugins.edgeindex.model that implement EdgeTargetId Modifier and Type Class Description class
ContentEntityObjectId
An ID that uniquely identifiers a Confluence content entity (a database ID on the CONTENT table of Confluence).Fields in com.atlassian.confluence.plugins.edgeindex.model with type parameters of type EdgeTargetId Modifier and Type Field Description static com.google.common.base.Function<EdgeTargetId,Long>
ContentEntityEdgeCountQuery. EDGE_TARGET_ID_TO_ID
Methods in com.atlassian.confluence.plugins.edgeindex.model that return EdgeTargetId Modifier and Type Method Description EdgeTargetId
EdgeTargetInfo. getTargetId()
Methods in com.atlassian.confluence.plugins.edgeindex.model that return types with arguments of type EdgeTargetId Modifier and Type Method Description Map<EdgeTargetId,Integer>
ContentEntityEdgeCountQuery. getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
Map<EdgeTargetId,Integer>
EdgeCountQuery. getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
Method parameters in com.atlassian.confluence.plugins.edgeindex.model with type arguments of type EdgeTargetId Modifier and Type Method Description Map<EdgeTargetId,Integer>
ContentEntityEdgeCountQuery. getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
Map<EdgeTargetId,Integer>
EdgeCountQuery. getEdgeCountForTargetIds(List<EdgeTargetId> targetIds)
-