Uses of Class
com.atlassian.confluence.core.VersionChildOwnerPolicy
-
Packages that use VersionChildOwnerPolicy Package Description com.atlassian.confluence.content com.atlassian.confluence.core com.atlassian.confluence.pages -
-
Uses of VersionChildOwnerPolicy in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return VersionChildOwnerPolicy Modifier and Type Method Description VersionChildOwnerPolicy
ContentEntityAdapter. getVersionChildPolicy(ContentType contentType)
This will be called byVersioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType)
to determine the policy to be used when saving the CCEO.VersionChildOwnerPolicy
ContentEntityAdapterParent. getVersionChildPolicy(ContentType contentType)
VersionChildOwnerPolicy
CustomContentEntityObject. getVersionChildPolicy(ContentType contentType)
VersionChildOwnerPolicy
DefaultContentAdapter. getVersionChildPolicy(ContentType contentType)
-
Uses of VersionChildOwnerPolicy in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return VersionChildOwnerPolicy Modifier and Type Method Description VersionChildOwnerPolicy
AbstractVersionedEntityObject. getVersionChildPolicy(ContentType contentType)
VersionChildOwnerPolicy
Versioned. getVersionChildPolicy(ContentType contentType)
Returns the rightVersionChildOwnerPolicy
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. -
Uses of VersionChildOwnerPolicy in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return VersionChildOwnerPolicy Modifier and Type Method Description VersionChildOwnerPolicy
Attachment. getVersionChildPolicy(ContentType contentType)
-