Uses of Class
com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter
-
-
Uses of StorageFormatUserRewriter in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type StorageFormatUserRewriter Modifier and Type Method Description voidSpaceBackupExporter. setStorageFormatUserRewriter(StorageFormatUserRewriter storageFormatUserRewriter) -
Uses of StorageFormatUserRewriter in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type StorageFormatUserRewriter Modifier and Type Method Description voidXmlExporter. setStorageFormatUserRewriter(StorageFormatUserRewriter storageFormatUserRewriter)Deprecated.Constructors in com.atlassian.confluence.importexport.impl with parameters of type StorageFormatUserRewriter Constructor Description ContentUserKeyExtractor(@NonNull StorageFormatUserRewriter storageFormatUserRewriter) -
Uses of StorageFormatUserRewriter in com.atlassian.confluence.importexport.xmlimport.persister
Constructors in com.atlassian.confluence.importexport.xmlimport.persister with parameters of type StorageFormatUserRewriter Constructor Description ReflectiveObjectPersister(LabelManager labelManager, ConfluenceUserDao confluenceUserDao, StorageFormatUserRewriter storageFormatUserRewriter)Deprecated.ReflectiveObjectPersisterFactory(LabelManager labelManager, ConfluenceUserDao confluenceUserDao, StorageFormatUserRewriter storageFormatUserRewriter)Deprecated.
-