Uses of Interface
com.atlassian.confluence.importexport.plugin.BackupRestoreProviderManager
-
Packages that use BackupRestoreProviderManager Package Description com.atlassian.confluence.impl.backuprestore.backup com.atlassian.confluence.impl.backuprestore.backup.container com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl com.atlassian.confluence.importexport.plugin com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. -
-
Uses of BackupRestoreProviderManager in com.atlassian.confluence.impl.backuprestore.backup
Constructors in com.atlassian.confluence.impl.backuprestore.backup with parameters of type BackupRestoreProviderManager Constructor Description SiteBackupService(ImportExportManager importExportManager, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, BackupContainerWriterFactory backupContainerWriterFactory, BackupRestoreProviderManager backupRestoreProviderManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of BackupRestoreProviderManager in com.atlassian.confluence.impl.backuprestore.backup.container
Constructors in com.atlassian.confluence.impl.backuprestore.backup.container with parameters of type BackupRestoreProviderManager Constructor Description BackupContainerWriterFactoryImpl(@NotNull ConfluenceDirectories confluenceDirectories, @NotNull ExportFileNameGenerator exportFileNameGenerator, @NotNull AttachmentDataFileSystemInternals localAttachmentDataFileSystem, @NotNull BackupRestoreProviderManager backupRestoreProviderManager)
PluginDataWriter(BackupRestoreProviderManager backupRestoreProviderManager, ArchiveWriter archiveWriter)
-
Uses of BackupRestoreProviderManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type BackupRestoreProviderManager Modifier and Type Method Description void
AbstractFileXmlExporter. setBackupRestoreProviderManager(BackupRestoreProviderManager backupRestoreProviderManager)
-
Uses of BackupRestoreProviderManager in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type BackupRestoreProviderManager Modifier and Type Method Description void
FileXmlExporter. setBackupRestoreProviderManager(BackupRestoreProviderManager backupRestoreProviderManager)
Deprecated. -
Uses of BackupRestoreProviderManager in com.atlassian.confluence.importexport.plugin
Classes in com.atlassian.confluence.importexport.plugin that implement BackupRestoreProviderManager Modifier and Type Class Description class
DefaultBackupRestoreProviderManager
-
Uses of BackupRestoreProviderManager in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type BackupRestoreProviderManager Modifier and Type Method Description void
FileBackupImporter. setBackupRestoreProviderManager(BackupRestoreProviderManager backupRestoreProviderManager)
Deprecated.
-