| Constructor and Description |
|---|
SpaceDatabaseDataExporter(Converter converter,
DatabaseExporterHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
String |
export(long spaceId)
It accepts the space id, finds the space, send space data to writer and notify other persisters
about the space.
|
ExportableEntityInfo |
getEntityInfo()
Returns default entity info for persister.
|
ExportableEntityInfo |
getEntityInfo(Class<?> exportedClass)
Returns default entity info for the particular class.
|
public SpaceDatabaseDataExporter(Converter converter, DatabaseExporterHelper helper)
public ExportableEntityInfo getEntityInfo()
ExportergetEntityInfo in interface Exporterpublic ExportableEntityInfo getEntityInfo(Class<?> exportedClass)
ExportergetEntityInfo in interface Exporterpublic String export(long spaceId) throws BackupRestoreException
spaceId - space idBackupRestoreExceptionCopyright © 2003–2022 Atlassian. All rights reserved.