public interface PopularContentQueries
| Modifier and Type | Method and Description |
|---|---|
List<ContentEntityObject> |
getMostPopular(EdgeQueryParameter queryParams)
find popular contents
|
List<ContentEntityObject> |
getMostPopular(int maxResults,
EdgeQueryParameter queryParams)
Deprecated.
since 5.3 use the method
getMostPopular(EdgeQueryParameter) instead |
List<ContentEntityObject> |
getMostPopular(int maxResults,
int lastTimePeriod,
TimeUnit timeUnit)
Deprecated.
since 5.3 use the method
getMostPopular(EdgeQueryParameter) instead |
List<ContentEntityObject> |
getMostPopular(int maxResults,
int timePeriod,
TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated.
since 5.3 use the method
getMostPopular(EdgeQueryParameter) instead |
@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, int timePeriod, TimeUnit timeUnit, ScoreConfig scoreConfig)
getMostPopular(EdgeQueryParameter) instead@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, int lastTimePeriod, TimeUnit timeUnit)
getMostPopular(EdgeQueryParameter) instead@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, EdgeQueryParameter queryParams)
getMostPopular(EdgeQueryParameter) insteadList<ContentEntityObject> getMostPopular(EdgeQueryParameter queryParams)
Copyright © 2003–2017 Atlassian. All rights reserved.