| Package | Description |
|---|---|
| com.atlassian.confluence.impl.backuprestore.backup.exporters | |
| com.atlassian.confluence.impl.backuprestore.backup.exporters.site |
| Modifier and Type | Class and Description |
|---|---|
class |
BandanaDataExporter |
class |
BodyContentDataExporter |
class |
BucketsExporter
Responsible for exporting objects that should not be exported as a part of the space
unless other objects have references to them.
|
class |
Content2ContentRelationEntityDataExporter |
class |
ContentEntityDatabaseDataExporter
Responsible for exporting all content entitity objects.
|
class |
ContentPropertyDataExporter
Extracts content property.
|
class |
LabellingExporter |
class |
NotificationDatabaseDataExporter
Responsible for monitoring exported events of ContentEntityObject and Space classes, exporting notifications and sending data to the backup writer.
|
class |
PageTemplateExporter
Responsible for monitoring exported events of Space class, exporting historical and non-historical page templates of spaces
and sending data to the backup writer.
|
class |
SimpleEntityExporter
Responsible for exporting objects that should not be exported as a part of the space
unless other objects have references to them.
|
class |
SingleDependencyGenericExporter
Generic data exporter depends on another single entity type.
|
class |
SpaceDatabaseDataExporter
Extract space and send data to the backup writer.
|
| Modifier and Type | Method and Description |
|---|---|
Exporter |
ExporterFactory.createBandanaDataExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for ConfluenceBandanaRecord.
|
Exporter |
ExporterFactory.createBodyContentExporter(ExportableEntityInfo entityInfo,
ContentUserKeyExtractor contentUserKeyExtractor)
Creates a space backup exporter for Body Content entities
|
Exporter |
ExporterFactory.createBucketsExporter(ExportableEntityInfo entityInfo,
DatabaseExporterHelper helper)
Creates a space backup exporter for BucketPropertySetItem objects.
|
Exporter |
ExporterFactory.createConfluenceUserExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for ConfluenceUserImpl.
|
Exporter |
ExporterFactory.createContent2ContentRelationEntityExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Content2ContentRelationEntity.
|
Exporter |
ExporterFactory.createLabellingExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Labelling.
|
Exporter |
ExporterFactory.createNotificationDatabaseDataExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Notification.
|
Exporter |
ExporterFactory.createPageTemplateExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for PageTemplate.
|
Exporter |
ExporterFactory.createSimpleEntityExporter(ExportableEntityInfo entityInfo)
Creates a generic space backup exporter works for simple entities.
|
Exporter |
ExporterFactory.createSpaceDatabaseDataExporter(ExportableEntityInfo entityInfo)
Creates a space backup exporter works for Space.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Exporter> |
DatabaseExportersCreator.getAllExporters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseExporterHelper.setAllExporters(Collection<Exporter> exporters) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSiteExporter
Generic exporter that works for most of the Hibernate entities.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Exporter> |
SiteExportersCreator.getSiteExporters() |
Copyright © 2003–2022 Atlassian. All rights reserved.