| Package | Description |
|---|---|
| com.atlassian.confluence.impl.retention | |
| com.atlassian.confluence.impl.retention.rules |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricalVersion> |
HistoricalVersionService.find(long startOriginalId,
int limit)
Get a list of content which has a current version with an id greater or equal to .
|
List<HistoricalVersion> |
DefaultHistoricalVersionService.find(long startOriginalId,
int limit) |
List<HistoricalVersion> |
ContentRetentionDao.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> |
DefaultContentRetentionDao.findHistoricalVersions(long startOriginalId,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricalVersionService.delete(List<HistoricalVersion> contentToDelete)
Delete the content for the historical versions.
|
void |
DefaultHistoricalVersionService.delete(List<HistoricalVersion> historicalVersionList) |
| Modifier and Type | Method and Description |
|---|---|
HistoricalVersion |
EvaluatedHistoricalVersion.getHistoricalVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluatedHistoricalVersion> |
RetentionPolicyEvaluator.evaluate(RetentionPolicy policy,
Map<Long,List<HistoricalVersion>> versionsPerContent) |
| Constructor and Description |
|---|
EvaluatedHistoricalVersion(HistoricalVersion historicalVersion,
RuleScope ruleScope,
Boolean shouldBeDeleted) |
Copyright © 2003–2021 Atlassian. All rights reserved.