Uses of Class
com.atlassian.confluence.api.model.content.Version
-
Packages that use Version Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.impl.service.content.factory com.atlassian.confluence.api.model.content com.atlassian.confluence.api.nav com.atlassian.confluence.api.service.content com.atlassian.confluence.content.apisupport com.atlassian.confluence.plugins.contentproperty com.atlassian.confluence.plugins.restapi.experimental.resources 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 Version in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return Version Modifier and Type Method Description Version
ContentVersionServiceImpl. restore(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions)
-
Uses of Version in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return Version Modifier and Type Method Description Version
VersionFactory. build(ContentEntityObject entity, Expansions subExpansions, ContentFactory contentFactory)
Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type Version Modifier and Type Method Description Reference<Version>
VersionFactory. buildRef(ContentEntityObject entity, Fauxpansions fauxpansions, ContentFactory contentFactory)
-
Uses of Version in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return Version Modifier and Type Method Description Version
Version.VersionBuilder. build()
Version
Content. getVersion()
@Nullable Version
JsonContentProperty. getVersion()
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Version Modifier and Type Method Description static Reference<Version>
Version. buildReference(int number)
static Reference<Version>
Version. buildReference(Reference<Content> contentRef, int number)
Deprecated.since 5.6 usebuildReference(int)
Reference<Version>
History. getLastUpdatedRef()
Get information about the latest published non-draft version of the content.Reference<Version>
History. getNextVersionRef()
Get the next version, if this is not the newest version.Reference<Version>
History. getPreviousVersionRef()
Get the previous version, if this is not the oldest version.Reference<Version>
Content. getVersionRef()
Methods in com.atlassian.confluence.api.model.content with parameters of type Version Modifier and Type Method Description static Version.VersionBuilder
Version. builder(Version version)
Content.ContentBuilder
Content.ContentBuilder. version(Version version)
JsonContentProperty.ContentPropertyBuilder
JsonContentProperty.ContentPropertyBuilder. version(Version version)
Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Version Modifier and Type Method Description static int
Version. getVersionNumber(Reference<Version> versionRef)
History.HistoryBuilder
History.HistoryBuilder. lastUpdated(Reference<Version> lastUpdated)
History.HistoryBuilder
History.HistoryBuilder. nextVersion(Reference<Version> nextVersion)
History.HistoryBuilder
History.HistoryBuilder. previousVersion(Reference<Version> previousVersion)
Content.ContentBuilder
Content.ContentBuilder. version(Reference<Version> version)
JsonContentProperty.ContentPropertyBuilder
JsonContentProperty.ContentPropertyBuilder. version(Reference<Version> version)
-
Uses of Version in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type Version Modifier and Type Method Description Navigation.Builder
Navigation.ExperimentalContentNav. version(Version version)
-
Uses of Version in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return Version Modifier and Type Method 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.Methods in com.atlassian.confluence.api.service.content that return types with arguments of type Version Modifier and Type Method Description SingleFetcher<Version>
ContentVersionService.VersionFinder. withIdAndVersion(ContentId contentId, int versionNumber)
When Version is set, search will find the particular version and return a single version. -
Uses of Version in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with parameters of type Version Modifier and Type Method Description <T extends ContentEntityObject>
TContentCreator. saveForCreate(T entity, @Nullable Version version, com.atlassian.fugue.Option<Draft> draft)
Deprecated.since 7.0.1.<T extends ContentEntityObject>
TContentCreator. saveNewContent(T entity, @Nullable Version version, @Nullable Draft draft)
Save a newly created content entity object<T extends ContentEntityObject>
TContentCreator. saveNewVersion(T ceo, T originalCEO, Version version)
Save a new version of the CEO due to an update<T extends ContentEntityObject>
TContentCreator. update(T ceo, T originalCEO, Version version)
Saves CEO -
Uses of Version in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return Version Modifier and Type Method Description Version
JsonPropertyFactory. makeVersion(ContentEntityObject entity)
Methods in com.atlassian.confluence.plugins.contentproperty that return types with arguments of type Version Modifier and Type Method Description Reference<Version>
JsonPropertyFactory. makeVersion(ContentEntityObject entity, boolean expanded)
-
Uses of Version in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return Version Modifier and Type Method Description Version
ContentVersionResource. getContentVersion(ContentId contentId, int versionNumber, String expand)
Get a version of the content with option to expand on content and its sub fields, by default it expands content on version.Version
ContentVersionResource. restoreContentHistory(ContentId contentId, RestData restData, String expand)
Restore a historical version to be a new current version.Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type Version Modifier and Type Method Description PageResponse<Version>
ContentVersionResource. getContentHistory(ContentId contentId, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo)
Get list of content versions in version descending order. -
Uses of Version in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type Version Modifier and Type Method 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. -
Uses of Version in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type Version Modifier and Type Method Description CompletionStage<Optional<Version>>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchCompletionStage()
com.atlassian.util.concurrent.Promise<PageResponse<Version>>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchMany(PageRequest pageRequest)
Deprecated.since 7.0.1.CompletionStage<PageResponse<Version>>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchManyCompletionStage(PageRequest pageRequest)
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Version>>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchOne()
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Version>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchOneOrNull()
Deprecated.since 7.0.1.CompletionStage<Version>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchOrNullCompletionStage()
com.atlassian.util.concurrent.Promise<Version>
RemoteContentVersionServiceImpl. restore(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<Version>
RemoteContentVersionServiceImpl. restoreCompletionStage(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions)
-