Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.ContentPropertyDataExporter
-
Packages that use ContentPropertyDataExporter Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of ContentPropertyDataExporter in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return ContentPropertyDataExporter Modifier and Type Method Description ContentPropertyDataExporterExporterFactory. createContentPropertySpaceExporter(ExportableEntityInfo entityInfo, boolean keepCollectionsForContentProperties)Creates a space backup exporter for ContentProperty objectsMethods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ContentPropertyDataExporter Modifier and Type Method Description ExporterExporterFactory. createContentEntitySpaceExporter(List<ExportableEntityInfo> allContentEntityInfos, ContentPropertyDataExporter contentPropertyDataExporter, boolean keepCollectionsForContentProperties)Creates a space backup exporter for ContentEntities (one exporter for all content entities)Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ContentPropertyDataExporter Constructor Description ContentEntityDatabaseDataExporter(DatabaseExporterHelper databaseExporterHelper, boolean keepCollectionsForContentProperties, ContentPropertyDataExporter contentPropertyDataExporter, Converter databaseDataConverter, CommonPersister commonPersister)Creates an instance of content entity exporter.
-