|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISmartImportService
This interface provides for performing a smart import of a smart export file.
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| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||