Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.impexp.IExportService.ExportLogType

Packages that use IExportService.ExportLogType
oracle.odi.impexp This package contains the export and import services for Oracle Data Integrator. 
oracle.odi.impexp.support Provides classes to allow for running the different types of OracleDI exports and imports. 

 

Uses of IExportService.ExportLogType in oracle.odi.impexp

 

Methods in oracle.odi.impexp that return IExportService.ExportLogType
static IExportService.ExportLogType IExportService.ExportLogType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IExportService.ExportLogType[] IExportService.ExportLogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.impexp with parameters of type IExportService.ExportLogType
 void IExportService.exportLogsInFolder(java.lang.String pFolderPath, EncodingOptions pEncodingDetails, java.lang.String pAgentName, java.lang.String pContextCode, Status pSessionStatus, java.lang.String pSessionUserName, java.lang.String pSessionName, java.sql.Date pFromDate, java.sql.Date pToDate, IExportService.ExportLogType pLogType)
          Exports the execution logs (load plan runs, sessions and related objects) by given parameters into the specified folder.
 void IExportService.exportLogsInZipFile(java.lang.String pFolderPath, java.lang.String pZipFileName, boolean pOverwrite, EncodingOptions pEncodingDetails, java.lang.String pAgentName, java.lang.String pContextCode, Status pSessionStatus, java.lang.String pSessionUserName, java.lang.String pSessionName, java.sql.Date pFromDate, java.sql.Date pToDate, IExportService.ExportLogType pLogType)
          Exports the execution logs (load plan runs, sessions and related objects) by given parameters into the specified zip file.

 

Uses of IExportService.ExportLogType in oracle.odi.impexp.support

 

Methods in oracle.odi.impexp.support with parameters of type IExportService.ExportLogType
 void ExportServiceImpl.exportLogsInFolder(java.lang.String pFolderPath, EncodingOptions pEncodingDetails, java.lang.String pAgentName, java.lang.String pContextCode, Status pSessionStatus, java.lang.String pSessionUserName, java.lang.String pSessionName, java.sql.Date pFromDate, java.sql.Date pToDate, IExportService.ExportLogType pLogType)
           
 void ExportServiceImpl.exportLogsInZipFile(java.lang.String pFolderPath, java.lang.String pZipFileName, boolean pOverwrite, EncodingOptions pEncodingDetails, java.lang.String pAgentName, java.lang.String pContextCode, Status pSessionStatus, java.lang.String pSessionUserName, java.lang.String pSessionName, java.sql.Date pFromDate, java.sql.Date pToDate, IExportService.ExportLogType pLogType)
           

 


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.