Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.impexp.smartie
Interface ISmartImportService

All Known Implementing Classes:
SmartImportServiceImpl

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.

Since:
11.1.1.6.0
See Also:
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

importFromXml

void importFromXml(java.lang.String pFileName)
                   throws OdiSmartImportException,
                          java.io.IOException
This method performs a Smart Import for a Smart Export XML file.
Parameters:
pFileName - the filename of the Smart Export xml file.
Throws:
java.io.IOException - if file does not exist.
OdiSmartImportException - if the import fails.

importFromXml

void importFromXml(java.lang.String pFileName,
                   java.lang.String pResponseFileName)
                   throws OdiSmartImportException,
                          java.io.IOException
This method performs a Smart Import for a Smart Export XML file.
Parameters:
pFileName - the filename of the Smart Export xml file.
pResponseFileName - Smart Import response file saved from previous Smart Import UI session.
Throws:
java.io.IOException - if file does not exist.
OdiSmartImportException - if the import fails.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.