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 classCustomContentEntityObjectGeneric 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 classAbstractLabelableEntityObjectclassAbstractVersionedEntityObjectclassContentEntityObjectclassSpaceContentEntityObjectA 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 VersionedAbstractVersionedEntityObject. getLatestVersion()VersionedVersioned. 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 voidAbstractVersionedEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)voidAbstractVersionedEntityObject. applyChildVersioningPolicy(Versioned versionToPromote, ObjectDao dao)Deprecated.since 6.10.0.voidContentEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)voidContentEntityObject. applyChildVersioningPolicy(Versioned versionToPromote, ObjectDao dao)Deprecated.since 6.10.0.voidVersioned. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDao dao)Deprecated.since 6.10.0.voidVersioned. 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.voidAbstractVersionedEntityObject. setOriginalVersion(Versioned originalVersion)voidContentEntityObject. setOriginalVersion(Versioned originalVersion)voidVersioned. 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 classAbstractPageParent of the concrete Page and BlogPost classesclassAttachmentclassBlogPostclassCommentclassDraftThis is the old way of dealing with drafts in Confluence and will be deprecated soon.classPageRepresents 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 classPageTemplate -
Uses of Versioned in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement Versioned Modifier and Type Class Description classGlobalDescriptionContent 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 classSpaceDescription -
Uses of Versioned in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement Versioned Modifier and Type Class Description classPersonalInformation
-