Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonPersister
-
Packages that use CommonPersister Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of CommonPersister in com.atlassian.confluence.impl.backuprestore.backup.exporters
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type CommonPersister Constructor Description 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.
-