Package | Description |
---|---|
com.atlassian.confluence.content | |
com.atlassian.confluence.core | |
com.atlassian.confluence.pages | |
test.plugin.versionchildpolicy |
Modifier and Type | Method and Description |
---|---|
VersionChildOwnerPolicy |
CustomContentEntityObject.getVersionChildPolicy(ContentType contentType) |
VersionChildOwnerPolicy |
DefaultContentAdapter.getVersionChildPolicy(ContentType contentType) |
VersionChildOwnerPolicy |
ContentEntityAdapterParent.getVersionChildPolicy(ContentType contentType) |
VersionChildOwnerPolicy |
ContentEntityAdapter.getVersionChildPolicy(ContentType contentType)
This will be called by
Versioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) to determine the policy
to be used when saving the CCEO. |
Modifier and Type | Method and Description |
---|---|
VersionChildOwnerPolicy |
AbstractVersionedEntityObject.getVersionChildPolicy(ContentType contentType) |
VersionChildOwnerPolicy |
Versioned.getVersionChildPolicy(ContentType contentType)
Returns the right
VersionChildOwnerPolicy depending on the passed contentType. |
static VersionChildOwnerPolicy |
VersionChildOwnerPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionChildOwnerPolicy[] |
VersionChildOwnerPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VersionChildOwnerPolicy |
Attachment.getVersionChildPolicy(ContentType contentType) |
Modifier and Type | Method and Description |
---|---|
VersionChildOwnerPolicy |
DummyOriginalVersionContentEntityAdapter.getVersionChildPolicy(ContentType contentType) |
Copyright © 2003–2018 Atlassian. All rights reserved.