Uses of Class
com.atlassian.confluence.impl.retention.rules.HistoricalVersion
-
Packages that use HistoricalVersion Package Description com.atlassian.confluence.impl.retention com.atlassian.confluence.impl.retention.rules -
-
Uses of HistoricalVersion in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return types with arguments of type HistoricalVersion Modifier and Type Method Description List<HistoricalVersion>
DefaultHistoricalVersionService. find(long startOriginalId, int limit, ContentType contentType)
List<HistoricalVersion>
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 {@param startOriginalId}.List<HistoricalVersion>
ContentRetentionDao. findHistoricalAttachmentVersions(long startOriginalId, int limit)
List<HistoricalVersion>
DefaultContentRetentionDao. findHistoricalAttachmentVersions(long startOriginalId, int limit)
List<HistoricalVersion>
ContentRetentionDao. findHistoricalPageVersions(long startOriginalId, int limit)
Get a list of content which has a current version with an id greater or equal to {@param startOriginalId} and less than {@param endOriginalId}.List<HistoricalVersion>
DefaultContentRetentionDao. findHistoricalPageVersions(long startOriginalId, int limit)
Method parameters in com.atlassian.confluence.impl.retention with type arguments of type HistoricalVersion Modifier and Type Method Description DeletedHistoricalVersionSummary
DefaultHistoricalVersionService. delete(List<HistoricalVersion> historicalVersionList)
DeletedHistoricalVersionSummary
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 HistoricalVersion Modifier and Type Method Description HistoricalVersion
EvaluatedHistoricalVersion. getHistoricalVersion()
Method parameters in com.atlassian.confluence.impl.retention.rules with type arguments of type HistoricalVersion Modifier and Type Method Description List<EvaluatedHistoricalVersion>
RetentionRuleEvaluator. evaluate(RetentionRule globalRetentionRule, Map<Long,List<HistoricalVersion>> versionsByOriginalId)
Constructors in com.atlassian.confluence.impl.retention.rules with parameters of type HistoricalVersion Constructor Description EvaluatedHistoricalVersion(HistoricalVersion historicalVersion, RuleScope ruleScope, Boolean shouldBeDeleted)
-