| Modifier and Type | Method and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlBackupContainerWriter
This class is used to create a zip container with XML formatted backup files.
|
| Modifier and Type | Method and Description |
|---|---|
BackupContainerWriter |
BackupContainerWriterFactoryImpl.createSiteBackupContainerWriter() |
BackupContainerWriter |
BackupContainerWriterFactory.createSiteBackupContainerWriter() |
BackupContainerWriter |
BackupContainerWriterFactoryImpl.createSpaceBackupContainerWriter(Collection<Long> spaceIds) |
BackupContainerWriter |
BackupContainerWriterFactory.createSpaceBackupContainerWriter(Collection<Long> spaceIds) |
| Modifier and Type | Method and Description |
|---|---|
BackupContainerWriter |
DatabaseExporterHelper.getContainerWriter() |
| Constructor and Description |
|---|
DatabaseExporterHelper(BackupContainerWriter containerWriter,
HibernateMetadataHelper hibernateMetadataHelper,
ParallelTasksExecutor parallelTasksExecutor,
org.springframework.transaction.PlatformTransactionManager transactionManager,
org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestBackupContainerWriter
Registers all exported objects and keep them in memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected BackupContainerWriter |
TestBackupContainerWriterFactoryImpl.backupContainerWriter |
| Modifier and Type | Method and Description |
|---|---|
BackupContainerWriter |
TestBackupContainerWriterFactoryImpl.createSiteBackupContainerWriter() |
BackupContainerWriter |
TestBackupContainerWriterFactoryImpl.createSpaceBackupContainerWriter(Collection<Long> spaceIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestBackupContainerWriterFactoryImpl.setBackupContainerWriter(BackupContainerWriter backupContainerWriter) |
Copyright © 2003–2022 Atlassian. All rights reserved.