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 ExportDescriptorBackupDescriptorWriter. 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 voidSiteBackupService. 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 classXmlBackupContainerWriterThis 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 BackupContainerWriterBackupContainerWriterFactory. createBackupContainerWriter(String fileName)BackupContainerWriterBackupContainerWriterFactoryImpl. 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 BackupContainerWriterDatabaseExporterHelper. 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)
-