Package | Description |
---|---|
oracle.odi.impexp.smartie |
This package contains the smart export and import services for Oracle Data Integrator.
|
oracle.odi.impexp.smartie.impl |
This package contains the implementation classes of smart export and import services for Oracle Data Integrator.
|
Modifier and Type | Method and Description |
---|---|
void |
ISmartImportService.importFromXml(java.lang.String pFileName)
Deprecated.
use importObjectsFromXml(String pFileName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
ISmartImportService.importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName)
Deprecated.
use importFromXml(String pFileName, String pResponseFileName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
ISmartImportService.importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method performs a Smart Import for a Smart Export XML file.
|
void |
ISmartImportService.importObjectsFromXml(java.lang.String pFileName,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method performs a Smart Import for a Smart Export XML file.
|
void |
ISmartImportService.setMatchedFCODefaultImportAction(java.lang.String pFCOObjType,
int pSmartImportAction)
This method sets the default import action for a smart import first class object (FCO).
|
Modifier and Type | Method and Description |
---|---|
void |
SmartImportServiceImpl.importFromXml(java.lang.String pFileName)
Deprecated.
|
void |
SmartImportServiceImpl.importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName)
Deprecated.
|
void |
SmartImportServiceImpl.importFromXml(java.lang.String pFileName,
java.lang.String pResponseFileName,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method performs a Smart Import for a Smart Export XML file.
|
void |
SmartImportServiceImpl.importObjectsFromXml(java.lang.String pFileName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
SmartImportServiceImpl.setMatchedFCODefaultImportAction(java.lang.String pFCOObjType,
int pSmartImportAction)
This method sets the default import action for a smart import first class object (FCO).
|