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 classBandanaDataExporterclassConfluenceUserDataExporterclassContentEntityDatabaseDataExporterResponsible 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.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 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()
-