Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.SingleDependencyGenericExporter
-
Packages that use SingleDependencyGenericExporter Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters -
-
Uses of SingleDependencyGenericExporter in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return SingleDependencyGenericExporter Modifier and Type Method Description SingleDependencyGenericExporterExporterFactory. createSingleDependencyGenericExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntitiesClasses)Creates a space backup exporter works for tables with single dependency that is not in simple entity classes.SingleDependencyGenericExporterExporterFactory. createSingleDependencyGenericSiteExporter(ExportableEntityInfo entityInfo)Creates a site backup exporter works for tables with single dependency that is not in simple entity classes.
-