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 ExportDescriptor
BackupDescriptorWriter. writeBackupDescriptor(BackupContainerWriter backupContainerWriter, ExportScope exportScope, boolean backupAttachments, String spaceKey, 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. createSiteBackupContainerWriter()
BackupContainerWriter
BackupContainerWriterFactoryImpl. createSiteBackupContainerWriter()
BackupContainerWriter
BackupContainerWriterFactory. createSpaceBackupContainerWriter(Collection<Long> spaceIds)
BackupContainerWriter
BackupContainerWriterFactoryImpl. createSpaceBackupContainerWriter(Collection<Long> spaceIds)
-
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)
-