Uses of Class
com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion
Packages that use SimpleHistoricalVersion
- 
Uses of SimpleHistoricalVersion in com.atlassian.confluence.impl.retention.fast.daoMethods in com.atlassian.confluence.impl.retention.fast.dao that return types with arguments of type SimpleHistoricalVersionModifier and TypeMethodDescriptionDefaultFastContentRetentionDao.getHistoricalVersionsByMaxModifiedDate(ContentType contentType, List<Long> originalIds, int limit, ZonedDateTime maxModifiedDate, @Nullable Long startVersionId) FastContentRetentionDao.getHistoricalVersionsByMaxModifiedDate(ContentType contentType, List<Long> originalIds, int limit, ZonedDateTime maxModifiedDate, @Nullable Long startVersionId) Get a list of historical contents filter by max modified date.DefaultFastContentRetentionDao.getHistoricalVersionsByMaxVersion(ContentType contentType, List<Long> originalIds, int limit, int maxVersionToKeep, @Nullable Long startVersionId) FastContentRetentionDao.getHistoricalVersionsByMaxVersion(ContentType contentType, List<Long> originalIds, int limit, int maxVersionToKeep, @Nullable Long startVersionId) Get a list of historical contents filter by max version.