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 VersionChildOwnerPolicyContentEntityAdapter. 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.VersionChildOwnerPolicyContentEntityAdapterParent. getVersionChildPolicy(ContentType contentType)VersionChildOwnerPolicyCustomContentEntityObject. getVersionChildPolicy(ContentType contentType)VersionChildOwnerPolicyDefaultContentAdapter. 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 VersionChildOwnerPolicyAbstractVersionedEntityObject. getVersionChildPolicy(ContentType contentType)VersionChildOwnerPolicyVersioned. getVersionChildPolicy(ContentType contentType)Returns the rightVersionChildOwnerPolicydepending on the passed contentType.static VersionChildOwnerPolicyVersionChildOwnerPolicy. 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 VersionChildOwnerPolicyAttachment. getVersionChildPolicy(ContentType contentType)
-