Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.container.BackupContainerWriter
-
-
Uses of BackupContainerWriter in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type BackupContainerWriter Modifier and Type Method Description protected 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)
ExportDescriptor
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 BackupContainerWriter Modifier and Type Class Description class
XmlBackupContainerWriter
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 BackupContainerWriter Modifier and Type Method Description BackupContainerWriter
BackupContainerWriterFactory. createBackupContainerWriter(String fileName)
BackupContainerWriter
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 BackupContainerWriter Modifier and Type Method Description BackupContainerWriter
DatabaseExporterHelper. getContainerWriter()
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type BackupContainerWriter Constructor Description DatabaseExporterHelper(BackupContainerWriter containerWriter, HibernateMetadataHelper hibernateMetadataHelper, ParallelTasksExecutor parallelTasksExecutor, org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, StatisticsCollector statisticsCollector)
-