Uses of Class
com.atlassian.confluence.api.service.content.VersionRestoreParameters
-
Packages that use VersionRestoreParameters 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 -
-
Uses of VersionRestoreParameters in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type VersionRestoreParameters Modifier and Type Method Description VersionContentVersionServiceImpl. restore(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions) -
Uses of VersionRestoreParameters in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return VersionRestoreParameters Modifier and Type Method Description VersionRestoreParametersVersionRestoreParameters.VersionRestoreParametersBuilder. build()static VersionRestoreParametersVersionRestoreParameters. fromMap(Map<String,String> propertyBag)Create a VersionRestoreParameters by extracting the value from property bag.Methods in com.atlassian.confluence.api.service.content with parameters of type VersionRestoreParameters Modifier and Type Method Description VersionContentVersionService. 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.ValidationResultContentVersionService.Validator. validateRestore(ContentId contentId, VersionRestoreParameters restData)Validate restore operation -
Uses of VersionRestoreParameters in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type VersionRestoreParameters Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<Version>RemoteContentVersionService. restore(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions)Deprecated.since 8.7.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. -
Uses of VersionRestoreParameters in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type VersionRestoreParameters Modifier and Type Method Description CompletionStage<Version>RemoteContentVersionServiceImpl. restoreCompletionStage(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions)
-