Uses of Class
com.atlassian.confluence.plugins.edgeindex.ScoreConfig

Packages that use ScoreConfig
com.atlassian.confluence.plugins.edgeindex   
 

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

Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type ScoreConfig
 List<ContentEntityObject> PopularContentQueries.getMostPopular(int maxResults, int timePeriod, TimeUnit timeUnit, ScoreConfig scoreConfig)
          find popular content based on comments and likes that have occured in the last period of time
 List<ContentEntityObject> DefaultPopularContentQueries.getMostPopular(int maxResults, int lastTimePeriod, TimeUnit timeUnit, ScoreConfig scoreConfig)
           
 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)
           
 

Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ScoreConfig
GroupByEdgeTargetCollector(ScoreConfig scoreConfig)
           
GroupByEdgeTargetCollector(ScoreConfig scoreConfig, Date now)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.