public interface PopularContentQueries
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)
Deprecated.
since 5.3 use the method
getMostPopular(int, EdgeQueryParameter) instead |
List<ContentEntityObject> |
getMostPopular(int maxResults,
int timePeriod,
TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated.
since 5.3 use the method
getMostPopular(int, EdgeQueryParameter) instead |
@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, int timePeriod, TimeUnit timeUnit, ScoreConfig scoreConfig)
getMostPopular(int, EdgeQueryParameter)
insteadmaxResults
- - the maximum number contentEntityObjects to returntimePeriod
- - the previous amount of time to examinetimeUnit
- - the unit of the time period@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, int lastTimePeriod, TimeUnit timeUnit)
getMostPopular(int, EdgeQueryParameter)
insteadList<ContentEntityObject> getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
maxResults
- - the maximum number contentEntityObjects to returnqueryParameter
- - the previous amount of time to examineCopyright © 2003–2018 Atlassian. All rights reserved.