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.restore.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(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, BackupContainerWriterFactory backupContainerWriterFactory, BackupRestoreProviderManager backupRestoreProviderManager, com.atlassian.event.api.EventPublisher eventPublisher, ExportableEntityInfoFactory exportableEntityInfoFactory, BackupRestoreJobDao backupRestoreJobDao, BackupRestoreFilesystemManager backupRestoreFilesystemManager, StatisticsCollectorFactory statisticsCollectorFactory, ParallelTasksExecutorFactory parallelTasksExecutorFactory)
-
Uses of BackupRestoreProviderManager in com.atlassian.confluence.impl.backuprestore.restore.container
Constructors in com.atlassian.confluence.impl.backuprestore.restore.container with parameters of type BackupRestoreProviderManager Constructor Description PluginDataReader(ZipFile zipFile, BackupRestoreProviderManager backupRestoreProviderManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
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.
-