Uses of Interface
com.atlassian.confluence.core.ConfluencePropertySetManager
-
-
Uses of ConfluencePropertySetManager in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ConfluencePropertySetManager Modifier and Type Class Description class
DefaultPropertySetManager
Deprecated, for removal: This API element is subject to removal in a future version.since 8.9 -
Uses of ConfluencePropertySetManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ConfluencePropertySetManager Modifier and Type Method Description void
SpaceBackupExporter. setPropertySetManager(ConfluencePropertySetManager propertySetManager)
-
Uses of ConfluencePropertySetManager in com.atlassian.confluence.impl.propertyset
Methods in com.atlassian.confluence.impl.propertyset with parameters of type ConfluencePropertySetManager Modifier and Type Method Description static ReadThroughCachingContentPropertyManager
ReadThroughCachingContentPropertyManager. create(ConfluencePropertySetManager propertySetManager, com.atlassian.cache.CacheFactory cacheFactory)
-
Uses of ConfluencePropertySetManager in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type ConfluencePropertySetManager Modifier and Type Method Description void
XmlExporter. setPropertySetManager(ConfluencePropertySetManager propertySetManager)
Deprecated.
-