Interface PopularContentQueries
-
- All Known Implementing Classes:
DefaultPopularContentQueries
public interface PopularContentQueries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ContentEntityObject>
getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
find popular content that have occurred in the last period of time
-
-
-
Method Detail
-
getMostPopular
List<ContentEntityObject> getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
find popular content that have occurred in the last period of time- Parameters:
maxResults
- - the maximum number contentEntityObjects to returnqueryParameter
- - the previous amount of time to examine- Returns:
-
-