Interface XmlImporter
- All Known Implementing Classes:
DefaultXmlImporter
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondoImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context) Deprecated.Perform an XML import.doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter progress, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) Deprecated.
-
Method Details
-
doImport
ImportProcessorSummary doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter progress, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) throws ImportExportException Deprecated.- Throws:
ImportExportException
-
doImport
ImportProcessorSummary doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context) throws ImportExportException Deprecated.Perform an XML import.- Parameters:
session- The current user's sessionxmlStreamFactory- The stream from which to readincrementalImport- Whether or not this is an incremental importcontext- The import context holding the current state of import process- Returns:
- A summary of the imported content
- Throws:
ImportExportException
-
BackupRestoreManagerinstead.