Interface EdgeContentQueries
- All Known Implementing Classes:
DefaultEdgeContentQueries
public interface EdgeContentQueries
- Since:
- 7.16
-
Method Summary
Modifier and TypeMethodDescriptiongetContentCreatedSince
(Date startDate) Get all contents created since a date in the pastList<com.atlassian.fugue.Pair<ContentEntityObject,
LikeEntity>> getLikesSince
(Date startDate) Get all likes associated to each content since a date in the past
-
Method Details
-
getLikesSince
Get all likes associated to each content since a date in the past- Parameters:
startDate
- the past date- Returns:
- list of pairs of the content and its likes
-
getContentCreatedSince
Get all contents created since a date in the past- Parameters:
startDate
- the past date- Returns:
- a list of
ContentEntityObject
representing the contents
-