Interface LegacyImportExportManager
- All Superinterfaces:
ImportExportManager
- All Known Implementing Classes:
DefaultImportExportManager
-
Field Summary
Fields inherited from interface com.atlassian.confluence.importexport.ImportExportManager
TYPE_ALL_DATA, TYPE_HTML, TYPE_MOINMOIN, TYPE_PDF, TYPE_XML
-
Method Summary
Modifier and TypeMethodDescriptionperformImport
(ImportContext context) Performs an import specified by the given context and returns the summary of import result.Methods inherited from interface com.atlassian.confluence.importexport.ImportExportManager
exportAs, getContentTree, getPageBlogTree, prepareDownloadPath
-
Method Details
-
performImport
@Transactional(noRollbackFor=ImportExportException.class) ImmutableImportProcessorSummary performImport(ImportContext context) throws ImportExportException Performs an import specified by the given context and returns the summary of import result.- Parameters:
context
- a filled out context- Returns:
- the summary of all remapped ids
- Throws:
ImportExportException
- if somethings goes wrong in the import
-