Uses of Interface
com.atlassian.confluence.core.Versioned
Packages that use Versioned
Package
Description
- 
Uses of Versioned in com.atlassian.confluence.contentClasses in com.atlassian.confluence.content that implement VersionedModifier and TypeClassDescriptionclassGeneric ContentEntityObject that plugins can use to extend Confluence's content system.
- 
Uses of Versioned in com.atlassian.confluence.coreClasses in com.atlassian.confluence.core that implement VersionedModifier and TypeClassDescriptionclassclassclassclassA ContentEntityObject that is a first-class member of a Space (i.e.Methods in com.atlassian.confluence.core that return VersionedModifier and TypeMethodDescriptionAbstractVersionedEntityObject.getLatestVersion()Versioned.getLatestVersion()Get the latest, current version of this versioned object.Methods in com.atlassian.confluence.core with parameters of type VersionedModifier and TypeMethodDescriptionvoidContentEntityObject.applyChildVersioningPolicy(@Nullable Versioned versionToPromote, Consumer<? super Versioned> dao) default voidVersioned.applyChildVersioningPolicy(@Nullable Versioned versionToPromote, Consumer<? super Versioned> onRemove) 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.0Method parameters in com.atlassian.confluence.core with type arguments of type VersionedModifier and TypeMethodDescriptionvoidContentEntityObject.applyChildVersioningPolicy(@Nullable Versioned versionToPromote, Consumer<? super Versioned> dao) default voidVersioned.applyChildVersioningPolicy(@Nullable Versioned versionToPromote, Consumer<? super Versioned> onRemove) IfgetVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType)specifies so, moves content from versionToPromote to this Versioned instance or makes no change.
- 
Uses of Versioned in com.atlassian.confluence.core.persistence.hibernateClasses in com.atlassian.confluence.core.persistence.hibernate with type parameters of type VersionedModifier and TypeClassDescriptionclassVersionedHibernateObjectDao<T extends ConfluenceEntityObject & Versioned>Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type VersionedModifier and TypeMethodDescriptionprotected voidVersionedHibernateObjectDao.applyChildVersioningPolicy(Versioned previousVersioned, Versioned updatedVersioned) 
- 
Uses of Versioned in com.atlassian.confluence.pagesClasses in com.atlassian.confluence.pages that implement VersionedModifier and TypeClassDescriptionclassParent of the concrete Page and BlogPost classesclassclassclassclassThis is the old way of dealing with drafts in Confluence and will be deprecated soon.classRepresents a Page within Confluence.
- 
Uses of Versioned in com.atlassian.confluence.pages.templatesClasses in com.atlassian.confluence.pages.templates that implement Versioned
- 
Uses of Versioned in com.atlassian.confluence.setup.settingsClasses in com.atlassian.confluence.setup.settings that implement VersionedModifier and TypeClassDescriptionclassContent Entity Object that is associated with the whole confluence rather then a specific space/page/user.
- 
Uses of Versioned in com.atlassian.confluence.spacesClasses in com.atlassian.confluence.spaces that implement VersionedMethods in com.atlassian.confluence.spaces with parameters of type VersionedModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.applyChildVersioningPolicy(@Nullable Versioned versionToPromote, Consumer<? super Versioned> dao) voidReadOnlySpaceDescription.setOriginalVersion(Versioned originalVersion) Method parameters in com.atlassian.confluence.spaces with type arguments of type VersionedModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.applyChildVersioningPolicy(@Nullable Versioned versionToPromote, Consumer<? super Versioned> dao) 
- 
Uses of Versioned in com.atlassian.confluence.userClasses in com.atlassian.confluence.user that implement Versioned