Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.site.GenericSiteExporter
-
Packages that use GenericSiteExporter Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of GenericSiteExporter in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return GenericSiteExporter Modifier and Type Method Description GenericSiteExporterExporterFactory. createAliasedKeySiteExporter(ExportableEntityInfo entityInfo)Creates a site backup exporter for AliasedKey objects.GenericSiteExporterExporterFactory. createBucketPropertySetItemsExporter(ExportableEntityInfo entityInfo)Creates BucketPropertySetItem site exporter.GenericSiteExporterExporterFactory. createContentSiteExporter(List<ExportableEntityInfo> allContentEntityInfos, boolean includeAttachments)Creates a custom exporter for the whole CONTENT table.GenericSiteExporterExporterFactory. createGenericSiteExporter(ExportableEntityInfo entityInfo)Creates a generic site exporter works for most of the tables.
-