public interface XmlImporter
Modifier and Type | Method and Description |
---|---|
ImportProcessorSummary |
doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
boolean incrementalImport,
ImportContext context)
Perform an XML import.
|
ImportProcessorSummary |
doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter progress,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor)
Deprecated.
|
ImportProcessorSummary doImport(net.sf.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter progress, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) throws ImportExportException
doImport(Session, InputStreamFactory, boolean, ImportContext)
ImportExportException
ImportProcessorSummary doImport(net.sf.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context) throws ImportExportException
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 processImportExportException
Copyright © 2003–2020 Atlassian. All rights reserved.