Uses of Class
com.atlassian.confluence.content.ContentProperties
Packages that use ContentProperties
Package
Description
- 
Uses of ContentProperties in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return ContentPropertiesModifier and TypeMethodDescriptionstatic ContentPropertiesContentProperties.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 theContentEntityObject.Methods in com.atlassian.confluence.content with parameters of type ContentPropertiesModifier and TypeMethodDescriptionstatic ContentPropertiesContentProperties.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 theContentEntityObject. - 
Uses of ContentProperties in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ContentPropertiesMethods in com.atlassian.confluence.core with parameters of type ContentPropertiesModifier and TypeMethodDescriptionprotected voidContentEntityObject.replaceContentProperties(ContentProperties propertiesToClone) Clones the supplied properties and sets these as the properties of the current ContentEntityObject. - 
Uses of ContentProperties in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return ContentProperties