| Package | Description |
|---|---|
| com.atlassian.confluence.impl.retention | |
| com.atlassian.confluence.impl.retention.rules |
| Modifier and Type | Method and 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 .
|
List<HistoricalVersion> |
DefaultContentRetentionDao.findHistoricalAttachmentVersions(long startOriginalId,
int limit) |
List<HistoricalVersion> |
ContentRetentionDao.findHistoricalAttachmentVersions(long startOriginalId,
int limit) |
List<HistoricalVersion> |
DefaultContentRetentionDao.findHistoricalPageVersions(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 and less than .
|
| Modifier and Type | Method and Description |
|---|---|
DeletedHistoricalVersionSummary |
DefaultHistoricalVersionService.delete(List<HistoricalVersion> historicalVersionList) |
DeletedHistoricalVersionSummary |
HistoricalVersionService.delete(List<HistoricalVersion> contentToDelete)
Delete the content for the historical versions.
|
| Modifier and Type | Method and Description |
|---|---|
HistoricalVersion |
EvaluatedHistoricalVersion.getHistoricalVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluatedHistoricalVersion> |
RetentionRuleEvaluator.evaluate(RetentionRule globalRetentionRule,
Map<Long,List<HistoricalVersion>> versionsByOriginalId) |
| Constructor and Description |
|---|
EvaluatedHistoricalVersion(HistoricalVersion historicalVersion,
RuleScope ruleScope,
Boolean shouldBeDeleted) |
Copyright © 2003–2022 Atlassian. All rights reserved.