com.atlassian.confluence.plugins.edgeindex
Interface EdgeQueries

All Known Implementing Classes:
DefaultEdgeQueries

public interface EdgeQueries


Method Summary
 java.util.List<EdgeTargetInfo> getMostPopular(EdgeQueryParameter edgeQueryParameter)
           
 java.util.List<EdgeTargetInfo> getMostPopular(long number, java.util.concurrent.TimeUnit timeUnit, ScoreConfig scoreConfig)
          Deprecated. since 5.3 use the method getMostPopular(EdgeQueryParameter) instead
 

Method Detail

getMostPopular

@Deprecated
java.util.List<EdgeTargetInfo> getMostPopular(long number,
                                                         java.util.concurrent.TimeUnit timeUnit,
                                                         ScoreConfig scoreConfig)
Deprecated. since 5.3 use the method getMostPopular(EdgeQueryParameter) instead

Retrieves the most popular content for the specified time interval. Popular content is defined as targets that have the most edges / interactions.


getMostPopular

java.util.List<EdgeTargetInfo> getMostPopular(EdgeQueryParameter edgeQueryParameter)


Copyright © 2003-2014 Atlassian. All Rights Reserved.