public interface ContentRetentionDao
Modifier and Type | Method and Description |
---|---|
List<HistoricalVersion> |
findHistoricalVersions(long startOriginalId,
int limit)
Get a list of content which has a current version with an id greater or equal to and less than .
|
List<HistoricalVersion> findHistoricalVersions(long startOriginalId, int limit)
startOriginalId
- the start of the range to selectlimit
- the maximum number of historical versions to retrieve.HistoricalVersion
found within the requested rangeCopyright © 2003–2021 Atlassian. All rights reserved.