Uses of Class
com.atlassian.confluence.api.model.content.Version
Packages that use Version
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of Version in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return VersionModifier and TypeMethodDescriptionContentVersionServiceImpl.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 VersionModifier and TypeMethodDescriptionVersionFactory.build
(ContentEntityObject entity, Expansions subExpansions, ContentFactory contentFactory) Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionFactory.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 VersionModifier and TypeMethodDescriptionVersion.VersionBuilder.build()
Content.getVersion()
@Nullable Version
JsonContentProperty.getVersion()
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type VersionModifier and TypeMethodDescriptionVersion.buildReference
(int number) Version.buildReference
(Reference<Content> contentRef, int number) Deprecated.History.getLastUpdatedRef()
Get information about the latest published non-draft version of the content.History.getNextVersionRef()
Get the next version, if this is not the newest version.History.getPreviousVersionRef()
Get the previous version, if this is not the oldest version.Content.getVersionRef()
Methods in com.atlassian.confluence.api.model.content with parameters of type VersionMethod parameters in com.atlassian.confluence.api.model.content with type arguments of type VersionModifier and TypeMethodDescriptionstatic int
Version.getVersionNumber
(Reference<Version> versionRef) History.HistoryBuilder.lastUpdated
(Reference<Version> lastUpdated) History.HistoryBuilder.nextVersion
(Reference<Version> nextVersion) History.HistoryBuilder.previousVersion
(Reference<Version> previousVersion) -
Uses of Version in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return VersionModifier and TypeMethodDescriptionContentVersionService.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 VersionModifier and TypeMethodDescriptionContentVersionService.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 VersionModifier and TypeMethodDescription<T extends ContentEntityObject>
TContentCreator.saveForCreate
(T entity, @Nullable Version version, com.atlassian.fugue.Option<Draft> draft) Deprecated.<T extends ContentEntityObject>
TDefaultContentCreator.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) <T extends ContentEntityObject>
TDefaultContentCreator.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) <T extends ContentEntityObject>
TDefaultContentCreator.saveNewVersion
(T ceo, T originalCEO, Version version) Save a new version of the CEO due to an update<T extends ContentEntityObject>
T<T extends ContentEntityObject>
TSaves CEO -
Uses of Version in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return VersionMethods in com.atlassian.confluence.plugins.contentproperty that return types with arguments of type VersionModifier and TypeMethodDescriptionJsonPropertyFactory.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 VersionModifier and TypeMethodDescriptionContentVersionResource.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.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 VersionModifier and TypeMethodDescriptionContentVersionResource.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 VersionModifier and TypeMethodDescriptionRemoteContentVersionService.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 VersionModifier and TypeMethodDescriptionRemoteContentVersionServiceImpl.RemoteVersionFinderImpl.fetchCompletionStage()
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl.fetchManyCompletionStage
(PageRequest pageRequest) RemoteContentVersionServiceImpl.restoreCompletionStage
(ContentId contentId, VersionRestoreParameters versionRestoreParameters, Expansion... expansions)
buildReference(int)