Uses of Class
com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter
-
-
Uses of StorageFormatUserRewriter in com.atlassian.confluence.impl.backuprestore.backup
Constructors in com.atlassian.confluence.impl.backuprestore.backup with parameters of type StorageFormatUserRewriter Constructor Description SpaceBackupService(@NotNull ImportExportManager importExportManager, @NotNull SpaceDao spaceDao, @NotNull org.hibernate.SessionFactory sessionFactory, @NotNull com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, @NotNull org.springframework.transaction.PlatformTransactionManager platformTransactionManager, @NotNull BackupContainerWriterFactory backupContainerWriterFactory, @NotNull StorageFormatUserRewriter 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.
-