Uses of Class
com.atlassian.confluence.core.VersionChildOwnerPolicy

Packages that use VersionChildOwnerPolicy
com.atlassian.confluence.content   
com.atlassian.confluence.core   
com.atlassian.confluence.pages   
test.plugin.versionchildpolicy   
 

Uses of VersionChildOwnerPolicy in com.atlassian.confluence.content
 

Methods in com.atlassian.confluence.content that return VersionChildOwnerPolicy
 VersionChildOwnerPolicy DefaultContentAdapter.getVersionChildPolicy(ContentType contentType)
           
 VersionChildOwnerPolicy CustomContentEntityObject.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.
 

Uses of VersionChildOwnerPolicy in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return VersionChildOwnerPolicy
 VersionChildOwnerPolicy Versioned.getVersionChildPolicy(ContentType contentType)
          Returns the right VersionChildOwnerPolicy depending on the passed contentType.
 VersionChildOwnerPolicy AbstractVersionedEntityObject.getVersionChildPolicy(ContentType 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
 VersionChildOwnerPolicy Attachment.getVersionChildPolicy(ContentType contentType)
           
 

Uses of VersionChildOwnerPolicy in test.plugin.versionchildpolicy
 

Methods in test.plugin.versionchildpolicy that return VersionChildOwnerPolicy
 VersionChildOwnerPolicy DummyOriginalVersionContentEntityAdapter.getVersionChildPolicy(ContentType contentType)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.