Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
-
Packages that use DatabaseExporterHelper Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of DatabaseExporterHelper in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return DatabaseExporterHelper Modifier and Type Method Description DatabaseExporterHelperCommonDatabaseDataExporter. getHelper()Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type DatabaseExporterHelper Constructor Description CommonDatabaseDataExporter(AbstractDatabaseDataConverter converter, DatabaseExporterHelper helper)ContentEntityDatabaseDataExporter(DatabaseExporterHelper databaseExporterHelper, boolean keepCollectionsForContentProperties, ContentPropertyDataExporter contentPropertyDataExporter, AbstractDatabaseDataConverter databaseDataConverter)Creates an instance of content entity exporter.DatabaseExportersCreator(DatabaseExporterHelper databaseExporterHelper, boolean keepCollectionsForContentProperties)Creates a set of exporters.SimpleEntityExporter(AbstractDatabaseDataConverter converter, DatabaseExporterHelper helper)SpaceDatabaseDataExporter(AbstractDatabaseDataConverter converter, DatabaseExporterHelper helper)
-