Uses of Interface
com.atlassian.confluence.core.Versioned
-
-
Uses of Versioned in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement Versioned Modifier and Type Class Description class
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of Versioned in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement Versioned Modifier and Type Class Description class
AbstractLabelableEntityObject
class
AbstractVersionedEntityObject
class
ContentEntityObject
class
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e.Methods in com.atlassian.confluence.core that return Versioned Modifier and Type Method Description Versioned
AbstractVersionedEntityObject. getLatestVersion()
Versioned
Versioned. getLatestVersion()
Get the latest, current version of this versioned object.Methods in com.atlassian.confluence.core with parameters of type Versioned Modifier and Type Method Description void
AbstractVersionedEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)
void
AbstractVersionedEntityObject. applyChildVersioningPolicy(Versioned versionToPromote, ObjectDao dao)
Deprecated.since 6.10.0.void
ContentEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)
void
ContentEntityObject. applyChildVersioningPolicy(Versioned versionToPromote, ObjectDao dao)
Deprecated.since 6.10.0.void
Versioned. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDao dao)
Deprecated.since 6.10.0.void
Versioned. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)
IfgetVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType)
specifies so, moves content from versionToPromote to this Versioned instance or makes no change.void
AbstractVersionedEntityObject. setOriginalVersion(Versioned originalVersion)
void
ContentEntityObject. setOriginalVersion(Versioned originalVersion)
void
Versioned. setOriginalVersion(Versioned originalVersion)
Deprecated.since 7.0.0 -
Uses of Versioned in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement Versioned Modifier and Type Class Description class
AbstractPage
Parent of the concrete Page and BlogPost classesclass
Attachment
class
BlogPost
class
Comment
class
Draft
This is the old way of dealing with drafts in Confluence and will be deprecated soon.class
Page
Represents a Page within Confluence. -
Uses of Versioned in com.atlassian.confluence.pages.templates
Classes in com.atlassian.confluence.pages.templates that implement Versioned Modifier and Type Class Description class
PageTemplate
-
Uses of Versioned in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement Versioned Modifier and Type Class Description class
GlobalDescription
Content Entity Object that is associated with the whole confluence rather then a specific space/page/user. -
Uses of Versioned in com.atlassian.confluence.spaces
Classes in com.atlassian.confluence.spaces that implement Versioned Modifier and Type Class Description class
SpaceDescription
-
Uses of Versioned in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement Versioned Modifier and Type Class Description class
PersonalInformation
-