Interface ContentRetentionDao
- All Known Implementing Classes:
DefaultContentRetentionDao
public interface ContentRetentionDao
-
Method Summary
Modifier and TypeMethodDescriptionfindHistoricalAttachmentVersions
(long startOriginalId, int limit) findHistoricalPageVersions
(long startOriginalId, int limit) Get a list of content which has a current version with an id greater or equal to and less than .
-
Method Details
-
findHistoricalPageVersions
Get a list of content which has a current version with an id greater or equal to and less than .- Parameters:
startOriginalId
- the start of the range to selectlimit
- the maximum number of historical versions to retrieve.- Returns:
- the list of
HistoricalVersion
found within the requested range - Since:
- 7.12
-
findHistoricalAttachmentVersions
-