Uses of Class
com.atlassian.confluence.impl.retention.rules.HistoricalVersion
Packages that use HistoricalVersion
Package
Description
-
Uses of HistoricalVersion in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return types with arguments of type HistoricalVersionModifier and TypeMethodDescriptionDefaultHistoricalVersionService.find
(long startOriginalId, int limit, ContentType contentType) HistoricalVersionService.find
(long startOriginalId, int limit, ContentType contentType) Get a list of content which has a current version with an id greater or equal to .ContentRetentionDao.findHistoricalAttachmentVersions
(long startOriginalId, int limit) DefaultContentRetentionDao.findHistoricalAttachmentVersions
(long startOriginalId, int limit) ContentRetentionDao.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 .DefaultContentRetentionDao.findHistoricalPageVersions
(long startOriginalId, int limit) Method parameters in com.atlassian.confluence.impl.retention with type arguments of type HistoricalVersionModifier and TypeMethodDescriptionDefaultHistoricalVersionService.delete
(List<HistoricalVersion> historicalVersionList) HistoricalVersionService.delete
(List<HistoricalVersion> contentToDelete) Delete the content for the historical versions. -
Uses of HistoricalVersion in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return HistoricalVersionMethod parameters in com.atlassian.confluence.impl.retention.rules with type arguments of type HistoricalVersionModifier and TypeMethodDescriptionRetentionRuleEvaluator.evaluate
(RetentionRule globalRetentionRule, Map<Long, List<HistoricalVersion>> versionsByOriginalId) Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type HistoricalVersionModifierConstructorDescriptionEvaluatedHistoricalVersion
(HistoricalVersion historicalVersion, RuleScope ruleScope, Boolean shouldBeDeleted)