Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.exporters.Exporter
-
Packages that use Exporter Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
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 classBandanaDataExporterclassContentEntityDatabaseDataExporterResponsible for exporting all content entitity objects.classContentPropertyDataExporterExtracts content property.classNotificationDatabaseDataExporterResponsible 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()Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type Exporter Modifier and Type Method Description voidDatabaseExporterHelper. registerExporter(Exporter exporter)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)
-