Uses of Class
com.atlassian.confluence.content.ContentProperties

Packages that use ContentProperties
com.atlassian.confluence.content   
com.atlassian.confluence.core   
 

Uses of ContentProperties in com.atlassian.confluence.content
 

Methods in com.atlassian.confluence.content that return ContentProperties
static ContentProperties ContentProperties.deepClone(ContentProperties properties)
          Creates a deep clone of a properties object, throwing away any dangerous Hibernate associations - you shouldn't call this directly, content properties should be managed by the ContentEntityObject.
 

Methods in com.atlassian.confluence.content with parameters of type ContentProperties
static ContentProperties ContentProperties.deepClone(ContentProperties properties)
          Creates a deep clone of a properties object, throwing away any dangerous Hibernate associations - you shouldn't call this directly, content properties should be managed by the ContentEntityObject.
 

Uses of ContentProperties in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return ContentProperties
 ContentProperties ContentEntityObject.getProperties()
           
 

Methods in com.atlassian.confluence.core with parameters of type ContentProperties
protected  void ContentEntityObject.replaceContentProperties(ContentProperties propertiesToClone)
          Clones the supplied properties and sets these as the properties of the current ContentEntityObject.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.