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.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Version> |
RemoteContentVersionServiceImpl.restore(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions) |
Copyright © 2003–2017 Atlassian. All rights reserved.