Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonDatabaseDataExporter
-
Packages that use CommonDatabaseDataExporter Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of CommonDatabaseDataExporter in com.atlassian.confluence.impl.backuprestore.backup.exporters
Fields in com.atlassian.confluence.impl.backuprestore.backup.exporters declared as CommonDatabaseDataExporter Modifier and Type Field Description protected CommonDatabaseDataExporterSingleDependencyGenericExporter. commonExporterConstructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type CommonDatabaseDataExporter Constructor Description BandanaDataExporter(ExportableEntityInfo entityInfo, CommonDatabaseDataExporter exporter)ContentPropertyDataExporter(CommonDatabaseDataExporter exporter, boolean keepCollectionsForContentProperties)NotificationDatabaseDataExporter(ExportableEntityInfo entityInfo, CommonDatabaseDataExporter exporter)SingleDependencyGenericExporter(CommonDatabaseDataExporter commonExporter, ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)
-