public interface ISmartImportService
A smart export files contains user selected objects along with all their dependencies in a single XML file.
Please read the ODI documentation for complete information on export and import strategies and implications.
ISmartExportService| Modifier and Type | Method and Description |
|---|---|
void |
importFromXml(java.lang.String pFileName)
This method performs a Smart Import for a Smart Export XML file.
|
void |
importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName)
This method performs a Smart Import for a Smart Export XML file.
|
void importFromXml(java.lang.String pFileName)
throws OdiSmartImportException,
java.io.IOException
pFileName - the filename of the Smart Export xml file.java.io.IOException - if file does not exist.OdiSmartImportException - if the import fails.void importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName)
throws OdiSmartImportException,
java.io.IOException
pFileName - the filename of the Smart Export xml file.pResponseFileName - Smart Import response file saved from previous Smart Import UI session.java.io.IOException - if file does not exist.OdiSmartImportException - if the import fails.