|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.impexp.smartie.impl.SmartExportServiceImpl
public final class SmartExportServiceImpl
Default ISmartExportService implementation.
| Constructor Summary | |
|---|---|
SmartExportServiceImpl(OdiInstance pOdiInstance)Constructs an SmartExportServiceImpl object. |
|
| Method Summary | |
|---|---|
void |
exportToXml(java.util.List<ISmartExportable> pExportableList, java.lang.String pFilePath, java.lang.String pFileName, boolean pforceOverwrite, boolean pIsZip, EncodingOptions pEncodingDetails, boolean pMaterializeShortcut, java.util.List<java.lang.String> pReleaseTagLst)This method performs a Smart Export on a list of objects and writes the data to an XML file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmartExportServiceImpl(OdiInstance pOdiInstance)
pOdiInstance - an OdiInstance object| Method Detail |
|---|
public void exportToXml(java.util.List<ISmartExportable> pExportableList,
java.lang.String pFilePath,
java.lang.String pFileName,
boolean pforceOverwrite,
boolean pIsZip,
EncodingOptions pEncodingDetails,
boolean pMaterializeShortcut,
java.util.List<java.lang.String> pReleaseTagLst)
throws java.io.IOException
ISmartExportServiceexportToXml in interface ISmartExportServicepExportableList - the list of objects to Smart Export.pFilePath - the folder where the Smart Export xml is created.pFileName - the filename of the Smart Export xmlpforceOverwrite - if true, will overwrite an existing file in the same folder with the same name.pIsZip - if true, will zip the file as .zippEncodingDetails - the Java and XML encoding options.pMaterializeShortcut - if true, all the shortcut dependencies will be materializedpReleaseTagLst - objects from the list of release tags will be included in the dependencies calculationjava.io.IOException - if pforceOverwrite is false and the file already exists or other IO related problem.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||