Uses of Class
com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter
-
-
Uses of StorageFormatUserRewriter in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type StorageFormatUserRewriter Constructor Description ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal)
-
Uses of StorageFormatUserRewriter in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type StorageFormatUserRewriter Constructor Description EntityPersistersFactory(ObjectPersister databaseOnlyPersister, ObjectPersister contentEntitiesPersister, ImportedObjectsStashFactory importedObjectsStashFactory, OnObjectsProcessingHandler onObjectsProcessingHandler, IdMapper idMapper, DeferredActionsHolder deferredActionsHolder, DeferredActionsFactory deferredActionsFactory, 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 void
SpaceBackupExporter. 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 void
XmlExporter. 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.
-