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 classBandanaDataExporterclassBucketsExporterResponsible for exporting objects that should not be exported as a part of the space unless other objects have references to them.classConfluenceUserDataExporterclassContent2ContentRelationEntityDataExporterclassContentEntityDatabaseDataExporterResponsible 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. createBucketsExporter(ExportableEntityInfo entityInfo, DatabaseExporterHelper helper)Creates a space backup exporter for BucketPropertySetItemExporterExporterFactory. createConfluenceUserExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for ConfluenceUserImpl.ExporterExporterFactory. createContent2ContentRelationEntityExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Content2ContentRelationEntity.ExporterExporterFactory. 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. createSingleDependencyGenericExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntitiesClasses)Creates a space backup exporter works for tables with single dependency that is not in simple entity classes.ExporterExporterFactory. createSpaceDatabaseDataExporter(ExportableEntityInfo entityInfo)Creates a space backup exporter works for Space.Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type Exporter Modifier and Type Method Description Set<Exporter>DatabaseExportersCreator. getAllExporters()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 the 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()
-