| Package | Description | 
|---|---|
| com.atlassian.confluence.api.impl.service.content | |
| com.atlassian.confluence.api.service.content | |
| com.atlassian.confluence.rest.client | 
 This package contains the code which communicates with Confluence via REST API. 
 | 
| com.atlassian.confluence.rest.client.impl | 
| Modifier and Type | Method and Description | 
|---|---|
Version | 
ContentVersionServiceImpl.restore(ContentId contentId,
       VersionRestoreParameters versionRestoreParameters,
       Expansion... expansions)  | 
| Modifier and Type | Method and Description | 
|---|---|
VersionRestoreParameters | 
VersionRestoreParameters.VersionRestoreParametersBuilder.build()  | 
static VersionRestoreParameters | 
VersionRestoreParameters.fromMap(Map<String,String> propertyBag)
Create a VersionRestoreParameters by extracting the value from property bag. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Version | 
ContentVersionService.restore(ContentId contentId,
       VersionRestoreParameters versionRestoreParameters,
       Expansion... expansions)
Restore on version of content, update current content with that version then increment version number of current version. 
 | 
ValidationResult | 
ContentVersionService.Validator.validateRestore(ContentId contentId,
               VersionRestoreParameters restData)
Validate restore operation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.atlassian.util.concurrent.Promise<Version> | 
RemoteContentVersionService.restore(ContentId contentId,
       VersionRestoreParameters versionRestoreParameters,
       Expansion... expansions)
Restore on version of content, update current content with that version then increment version number of current version. 
 | 
CompletionStage<Version> | 
RemoteContentVersionService.restoreCompletionStage(ContentId contentId,
                      VersionRestoreParameters versionRestoreParameters,
                      Expansion... expansions)
Restore on version of content, update current content with that version then increment version number of current version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.atlassian.util.concurrent.Promise<Version> | 
RemoteContentVersionServiceImpl.restore(ContentId contentId,
       VersionRestoreParameters versionRestoreParameters,
       Expansion... expansions)
Deprecated. 
 
 | 
CompletionStage<Version> | 
RemoteContentVersionServiceImpl.restoreCompletionStage(ContentId contentId,
                      VersionRestoreParameters versionRestoreParameters,
                      Expansion... expansions)  | 
Copyright © 2003–2022 Atlassian. All rights reserved.