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

Packages that use EdgeTargetId
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.edgeindex.model   
 

Uses of EdgeTargetId in com.atlassian.confluence.plugins.edgeindex
 

Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type EdgeTargetId
 List<EdgeTargetId> EdgeQueries.getMostPopular(long number, TimeUnit timeUnit, ScoreConfig scoreConfig)
          Retrieves the most popular content for the specified time interval.
 List<EdgeTargetId> DefaultEdgeQueries.getMostPopular(long number, TimeUnit timeUnit, ScoreConfig scoreConfig)
           
 List<EdgeTargetId> GroupByEdgeTargetCollector.getTopTargetsOrderedByScore()
           
 

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).
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.