Uses of Interface
com.atlassian.confluence.plugins.edgeindex.model.EdgeTargetId

Packages that use EdgeTargetId
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
 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
static com.google.common.base.Function<EdgeTargetId,java.lang.Long> ContentEntityEdgeCountQuery.EDGE_TARGET_ID_TO_ID
           
 

Methods in com.atlassian.confluence.plugins.edgeindex.model that return EdgeTargetId
 EdgeTargetId EdgeTargetInfo.getTargetId()
           
 

Methods in com.atlassian.confluence.plugins.edgeindex.model that return types with arguments of type EdgeTargetId
 java.util.Map<EdgeTargetId,java.lang.Integer> EdgeCountQuery.getEdgeCountForTargetIds(java.util.List<EdgeTargetId> targetIds)
           
 java.util.Map<EdgeTargetId,java.lang.Integer> ContentEntityEdgeCountQuery.getEdgeCountForTargetIds(java.util.List<EdgeTargetId> targetIds)
           
 

Method parameters in com.atlassian.confluence.plugins.edgeindex.model with type arguments of type EdgeTargetId
 java.util.Map<EdgeTargetId,java.lang.Integer> EdgeCountQuery.getEdgeCountForTargetIds(java.util.List<EdgeTargetId> targetIds)
           
 java.util.Map<EdgeTargetId,java.lang.Integer> ContentEntityEdgeCountQuery.getEdgeCountForTargetIds(java.util.List<EdgeTargetId> targetIds)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.