Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.exporters.Exporter
-
Packages that use Exporter Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters com.atlassian.confluence.impl.backuprestore.backup.exporters.site -
-
Uses of Exporter in com.atlassian.confluence.impl.backuprestore.backup.exporters
Classes in com.atlassian.confluence.impl.backuprestore.backup.exporters that implement Exporter Modifier and Type Class Description classBandanaDataExporterclassBodyContentDataExporterclassBucketsExporterResponsible for exporting objects that should not be exported as a part of the space unless other objects have references to them.classContent2ContentRelationEntityDataExporterclassContentEntityDatabaseDataExporterResponsible for exporting all content entitity objects.classContentPropertyDataExporterExtracts content property.classLabellingExporterclassNotificationDatabaseDataExporterResponsible for monitoring exported events of ContentEntityObject and Space classes, exporting notifications and sending data to the backup writer.classPageTemplateExporterResponsible for monitoring exported events of Space class, exporting historical and non-historical page templates of spaces and sending data to the backup writer.classSimpleEntityExporterResponsible for exporting objects that should not be exported as a part of the space unless other objects have references to them.classSingleDependencyGenericExporterGeneric data exporter depends on another single entity type.classSpaceDatabaseDataExporterExtract space and send data to the backup writer.Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return Exporter Modifier and Type Method Description ExporterExporterFactory. createBandanaDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceBandanaRecord.ExporterExporterFactory. createBodyContentExporter(ExportableEntityInfo entityInfo, ReferenceEntityFromBodyContentExtractor referenceEntityFromBodyContentExtractor)Creates a space backup exporter for Body Content entitiesExporterExporterFactory. createBucketsExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter for BucketPropertySetItem objects.ExporterExporterFactory. createConfluenceUserExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceUserImpl.ExporterExporterFactory. createContent2ContentRelationEntityExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Content2ContentRelationEntity.ExporterExporterFactory. createContentEntitySpaceExporter(List<ExportableEntityInfo> allContentEntityInfos, ContentPropertyDataExporter contentPropertyDataExporter, boolean keepCollectionsForContentProperties)Creates a space backup exporter for ContentEntities (one exporter for all content entities)ExporterExporterFactory. createDirectoryMappingExporter(ExportableEntityInfo entityInfo)Creates a site backup exporter forDirectoryMappingExporterExporterFactory. createLabellingExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Labelling.ExporterExporterFactory. createNotificationDatabaseDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Notification.ExporterExporterFactory. createPageTemplateExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for PageTemplate.ExporterExporterFactory. createSimpleEntityExporter(ExportableEntityInfo entityInfo)Creates a generic space backup exporter works for simple entities.ExporterExporterFactory. createSpaceDatabaseDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Space.ExporterExporterFactory. createTombstoneExporter(ExportableEntityInfo entityInfo)Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type Exporter Modifier and Type Method Description Set<Exporter>SpaceExportersFactory. createExporters(DatabaseExporterHelper databaseExporterHelper, ExporterFactory exporterFactory, boolean keepCollectionsForContentProperties)Creates a set of exporters.Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type Exporter Modifier and Type Method Description voidDatabaseExporterHelper. setAllExporters(Collection<Exporter> exporters) -
Uses of Exporter in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Classes in com.atlassian.confluence.impl.backuprestore.backup.exporters.site that implement Exporter Modifier and Type Class Description classGenericSiteExporterGeneric exporter that works for most of Hibernate entities.Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.site that return types with arguments of type Exporter Modifier and Type Method Description Collection<Exporter>SiteExportersCreator. getSiteExporters()
-