Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
Packages that use BackupContainerWriter
Package
Description
-
Uses of BackupContainerWriter in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type BackupContainerWriterModifier and TypeMethodDescriptionprotected abstract JobStatisticsInfo
AbstractBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected JobStatisticsInfo
SiteBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected JobStatisticsInfo
SpaceBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected File
AbstractBackupService.performBackup
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) BackupDescriptorWriter.writeBackupDescriptor
(BackupContainerWriter backupContainerWriter, ExportScope exportScope, boolean backupAttachments, Collection<String> spaceKeys, Long objectsCount) BackupDescriptorWriter was created as an equivalent of the existing legacy code from com.atlassian.confluence.importexport.impl.AbstractXmlExporter (will disapper in Confluence 8.0).protected void
SiteBackupService.writePluginData
(BackupContainerWriter containerWriter, DatabaseExporterHelper databaseExporterHelper) -
Uses of BackupContainerWriter in com.atlassian.confluence.impl.backuprestore.backup.container
Classes in com.atlassian.confluence.impl.backuprestore.backup.container that implement BackupContainerWriterModifier and TypeClassDescriptionclass
This class is used to create a zip container with XML formatted backup files.Methods in com.atlassian.confluence.impl.backuprestore.backup.container that return BackupContainerWriterModifier and TypeMethodDescriptionBackupContainerWriterFactory.createBackupContainerWriter
(String fileName) BackupContainerWriterFactoryImpl.createBackupContainerWriter
(String exportContainerFileName) -
Uses of BackupContainerWriter in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return BackupContainerWriterConstructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type BackupContainerWriterModifierConstructorDescriptionDatabaseExporterHelper
(BackupContainerWriter containerWriter, HibernateMetadataHelper hibernateMetadataHelper, ParallelTasksExecutor parallelTasksExecutor, org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, StatisticsCollector statisticsCollector)