Modifier and Type | Class and Description |
---|---|
class |
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLabelableEntityObject |
class |
AbstractVersionedEntityObject |
class |
ContentEntityObject |
class |
ContentEntitySimulacrum
Deprecated.
since 7.5
|
class |
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e.
|
Modifier and Type | Method and Description |
---|---|
Versioned |
Versioned.getLatestVersion()
Get the latest, current version of this versioned object.
|
Versioned |
AbstractVersionedEntityObject.getLatestVersion() |
Modifier and Type | Method and Description |
---|---|
void |
Versioned.applyChildVersioningPolicy(@Nullable Versioned versionToPromote,
ObjectDao dao)
Deprecated.
since 6.10.0. Use
applyChildVersioningPolicy(Versioned, ObjectDaoInternal) instead. |
void |
AbstractVersionedEntityObject.applyChildVersioningPolicy(Versioned versionToPromote,
ObjectDao dao)
Deprecated.
since 6.10.0. Use
AbstractVersionedEntityObject.applyChildVersioningPolicy(Versioned, ObjectDaoInternal) instead. |
void |
ContentEntityObject.applyChildVersioningPolicy(Versioned versionToPromote,
ObjectDao dao)
Deprecated.
since 6.10.0. Use
ContentEntityObject.applyChildVersioningPolicy(Versioned, ObjectDaoInternal) instead. |
void |
Versioned.applyChildVersioningPolicy(@Nullable Versioned versionToPromote,
ObjectDaoInternal<?> dao)
If
getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) specifies so, moves content from versionToPromote to this Versioned instance or
makes no change. |
void |
AbstractVersionedEntityObject.applyChildVersioningPolicy(@Nullable Versioned versionToPromote,
ObjectDaoInternal<?> dao) |
void |
ContentEntityObject.applyChildVersioningPolicy(@Nullable Versioned versionToPromote,
ObjectDaoInternal<?> dao) |
void |
Versioned.setOriginalVersion(Versioned originalVersion)
Deprecated.
since 7.0.0
|
void |
AbstractVersionedEntityObject.setOriginalVersion(Versioned originalVersion) |
void |
ContentEntityObject.setOriginalVersion(Versioned originalVersion) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPage
Parent of the concrete Page and BlogPost classes
|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PageTemplate |
Modifier and Type | Class and Description |
---|---|
class |
GlobalDescription
Content Entity Object that is associated with the whole confluence rather
then a specific space/page/user.
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceDescription |
Modifier and Type | Class and Description |
---|---|
class |
PersonalInformation |
Copyright © 2003–2021 Atlassian. All rights reserved.