Uses of Interface
com.atlassian.confluence.core.Versioned
Package
Description
-
Uses of Versioned in com.atlassian.confluence.content
Modifier and TypeClassDescriptionclass
Generic ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of Versioned in com.atlassian.confluence.core
Modifier and TypeClassDescriptionclass
class
class
class
A ContentEntityObject that is a first-class member of a Space (i.e.Modifier and TypeMethodDescriptionAbstractVersionedEntityObject.getLatestVersion()
Versioned.getLatestVersion()
Get the latest, current version of this versioned object.Modifier and TypeMethodDescriptionvoid
ContentEntityObject.applyChildVersioningPolicy
(@Nullable Versioned versionToPromote, Consumer<ContentEntityObject> dao) default void
Versioned.applyChildVersioningPolicy
(@Nullable Versioned versionToPromote, Consumer<ContentEntityObject> onRemove) 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.core.persistence.hibernate
Modifier and TypeClassDescriptionclass
VersionedHibernateObjectDao<T extends ConfluenceEntityObject & Versioned>
Modifier and TypeMethodDescriptionprotected void
VersionedHibernateObjectDao.applyChildVersioningPolicy
(Versioned previousVersioned, Versioned updatedVersioned) -
Uses of Versioned in com.atlassian.confluence.pages
Modifier and TypeClassDescriptionclass
Parent of the concrete Page and BlogPost classesclass
class
class
class
This is the old way of dealing with drafts in Confluence and will be deprecated soon.class
Represents a Page within Confluence.class
Modifier and TypeMethodDescriptionvoid
ReadOnlyAttachment.applyChildVersioningPolicy
(@Nullable Versioned versionToPromote, Consumer<ContentEntityObject> dao) void
ReadOnlyAttachment.setOriginalVersion
(Versioned originalVersion) -
Uses of Versioned in com.atlassian.confluence.pages.templates
-
Uses of Versioned in com.atlassian.confluence.setup.settings
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.applyChildVersioningPolicy
(@Nullable Versioned versionToPromote, Consumer<ContentEntityObject> dao) void
ReadOnlySpaceDescription.setOriginalVersion
(Versioned originalVersion) -
Uses of Versioned in com.atlassian.confluence.user