Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.DatabaseExporterHelper
-
-
Uses of DatabaseExporterHelper in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type DatabaseExporterHelper Modifier and Type Method Description protected voidSiteBackupService. writePluginData(BackupContainerWriter containerWriter, DatabaseExporterHelper databaseExporterHelper) -
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()Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type DatabaseExporterHelper Modifier and Type Method Description Set<Exporter>SpaceExportersFactory. createExporters(DatabaseExporterHelper databaseExporterHelper, ExporterFactory exporterFactory, boolean keepCollectionsForContentProperties)Creates a set of exporters.Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type DatabaseExporterHelper Constructor Description BodyContentDataExporter(@NotNull DatabaseExporterHelper databaseExporterHelper, @NonNull AbstractDatabaseDataConverter converter, @NonNull ReferenceEntityFromBodyContentExtractor referenceEntityFromBodyContentExtractor)CommonDatabaseDataExporter(Converter converter, DatabaseExporterHelper helper, CommonPersister persister)ContentEntityDatabaseDataExporter(DatabaseExporterHelper databaseExporterHelper, boolean keepCollectionsForContentProperties, ContentPropertyDataExporter contentPropertyDataExporter, Converter databaseDataConverter, CommonPersister commonPersister)Creates an instance of content entity exporter.ExporterFactory(DatabaseExporterHelper databaseExporterHelper, StatisticsCollector statisticsCollector)SpaceDatabaseDataExporter(Converter converter, DatabaseExporterHelper helper) -
Uses of DatabaseExporterHelper in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters.enrichment with parameters of type DatabaseExporterHelper Constructor Description AllowedOperationsEnrichment(DatabaseExporterHelper helper, String operationsTableName, String operationsTableIdColumn)AttributesEnrichment(DatabaseExporterHelper helper, String attributesTableName, String idColumnName)UserEmailEnrichment(DatabaseExporterHelper helper) -
Uses of DatabaseExporterHelper in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.site with parameters of type DatabaseExporterHelper Constructor Description BucketPropertySetItemQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo)ContentEntityPostExportAction(DatabaseExporterHelper helper, boolean includeAttachments)GenericSiteExporter(DatabaseExporterHelper helper, Converter converter, QueryProvider queryProvider, PostExportAction postExportAction)SingleColumnQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo)SingleColumnWithDiscriminatorQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo)
-