Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.exporters.Subscriber
-
Packages that use Subscriber Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of Subscriber in com.atlassian.confluence.impl.backuprestore.backup.exporters
Classes in com.atlassian.confluence.impl.backuprestore.backup.exporters that implement Subscriber Modifier and Type Class 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
SingleDependencyGenericExporter
Generic data exporter depends on another single entity type.Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type Subscriber Modifier and Type Method Description void
DatabaseExporterHelper. registerSubscriber(Subscriber exporter)
-