com.atlassian.confluence.plugins.edgeindex
Interface EdgeQueries

All Known Implementing Classes:
DefaultEdgeQueries

public interface EdgeQueries


Method Summary
 List<EdgeTargetId> getMostPopular(long number, TimeUnit timeUnit, ScoreConfig scoreConfig)
          Retrieves the most popular content for the specified time interval.
 

Method Detail

getMostPopular

List<EdgeTargetId> getMostPopular(long number,
                                  TimeUnit timeUnit,
                                  ScoreConfig scoreConfig)
Retrieves the most popular content for the specified time interval. Popular content is defined as targets that have the most edges / interactions.



Copyright © 2003-2012 Atlassian. All Rights Reserved.