Uses of Class
com.atlassian.confluence.api.model.content.Version

Packages that use Version
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.content.apisupport   
com.atlassian.confluence.plugins.contentproperty   
 

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
 Version VersionFactory.build(AbstractLabelableEntityObject entity, Expansions subExpansions)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type Version
 Reference<Version> VersionFactory.buildRef(AbstractLabelableEntityObject entity, Fauxpansions fauxpansions)
           
 

Uses of Version in com.atlassian.confluence.api.model.content
 

Methods in com.atlassian.confluence.api.model.content that return Version
 Version Version.VersionBuilder.build()
           
 Version JsonContentProperty.getVersion()
           
 Version Content.getVersion()
           
 

Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Version
static Reference<Version> Version.buildReference(int number)
           
static Reference<Version> Version.buildReference(Reference<Content> contentRef, int number)
          Deprecated. since 5.6 use buildReference(int)
 Reference<Version> History.getLastUpdatedRef()
           
 Reference<Version> History.getNextVersionRef()
           
 Reference<Version> History.getPreviousVersionRef()
           
 Reference<Version> Content.getVersionRef()
           
 

Methods in com.atlassian.confluence.api.model.content with parameters of type Version
static Version.VersionBuilder Version.builder(Version version)
           
 JsonContentProperty.ContentPropertyBuilder JsonContentProperty.ContentPropertyBuilder.version(Version version)
           
 Content.ContentBuilder Content.ContentBuilder.version(Version version)
           
 

Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Version
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)
           
 JsonContentProperty.ContentPropertyBuilder JsonContentProperty.ContentPropertyBuilder.version(Reference<Version> version)
           
 Content.ContentBuilder Content.ContentBuilder.version(Reference<Version> version)
           
 

Uses of Version in com.atlassian.confluence.content.apisupport
 

Methods in com.atlassian.confluence.content.apisupport with parameters of type Version
<T extends ContentEntityObject>
T
ContentCreator.saveNewVersion(T ceo, T originalCEO, Version version)
          Save a new version of the CEO due to an update
 

Uses of Version in com.atlassian.confluence.plugins.contentproperty
 

Methods in com.atlassian.confluence.plugins.contentproperty that return Version
 Version ContentPropertyFactory.makeVersion(ContentEntityObject entity)
           
 

Methods in com.atlassian.confluence.plugins.contentproperty that return types with arguments of type Version
 Reference<Version> ContentPropertyFactory.makeVersion(ContentEntityObject entity, boolean expanded)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.