public class DefaultPopularContentQueries extends Object implements PopularContentQueries
| Constructor and Description | 
|---|
DefaultPopularContentQueries(EdgeQueries edgeQueries,
                            ContentEntityManager contentEntityManager)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ContentEntityObject> | 
getMostPopular(int maxResults,
              EdgeQueryParameter queryParameter)
find popular content that have occurred in the last period of time 
 | 
List<ContentEntityObject> | 
getMostPopular(int maxResults,
              int lastTimePeriod,
              TimeUnit timeUnit)  | 
List<ContentEntityObject> | 
getMostPopular(int maxResults,
              int lastTimePeriod,
              TimeUnit timeUnit,
              ScoreConfig scoreConfig)
find popular content based on comments and likes that have occured in the last
 period of time 
 | 
public DefaultPopularContentQueries(EdgeQueries edgeQueries, ContentEntityManager contentEntityManager)
public List<ContentEntityObject> getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
PopularContentQueriesgetMostPopular in interface PopularContentQueriesmaxResults - - the maximum number contentEntityObjects to returnqueryParameter - - the previous amount of time to examinepublic List<ContentEntityObject> getMostPopular(int maxResults, int lastTimePeriod, TimeUnit timeUnit)
getMostPopular in interface PopularContentQueriespublic List<ContentEntityObject> getMostPopular(int maxResults, int lastTimePeriod, TimeUnit timeUnit, ScoreConfig scoreConfig)
PopularContentQueriesgetMostPopular in interface PopularContentQueriesmaxResults - - the maximum number contentEntityObjects to returnlastTimePeriod - - the previous amount of time to examinetimeUnit - - the unit of the time periodCopyright © 2003–2016 Atlassian. All rights reserved.