| 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 .
|
| Modifier and Type | Method and Description |
|---|---|
ContentType |
DeletedHistoricalVersion.getContentType() |
ContentType |
HistoricalVersion.getContentType() |
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedHistoricalVersion.Builder |
DeletedHistoricalVersion.Builder.contentType(ContentType contentType) |
Copyright © 2003–2022 Atlassian. All rights reserved.