Interface DataExchangeResult.SpreadsheetImport
- All Superinterfaces:
DataExchangeResult
- Enclosing interface:
- DataExchangeResult
Stores data results when executing Excel import.
- Since:
- 2.3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orchestranetworks.addon.dex.result.DataExchangeResult
DataExchangeResult.CSVExport, DataExchangeResult.CSVImport, DataExchangeResult.SpreadsheetExport, DataExchangeResult.SpreadsheetImport, DataExchangeResult.SQLExport, DataExchangeResult.SQLImport, DataExchangeResult.Transfer, DataExchangeResult.XMLExport, DataExchangeResult.XMLImport
-
Method Summary
Modifier and TypeMethodDescriptionReturns the file that contains invalid records encountered during import when the configuration specifies that records with errors in their data rows will be exported to a downloadable file.Returns an iterator overImportResult
elements.Methods inherited from interface com.orchestranetworks.addon.dex.result.DataExchangeResult
getErrorMessages, getSourceApplication, getTargetApplication, getWarningMessages
-
Method Details
-
getErrorFile
File getErrorFile()Returns the file that contains invalid records encountered during import when the configuration specifies that records with errors in their data rows will be exported to a downloadable file. Otherwise, returnsnull
. -
getResults
Iterator<ImportResult> getResults()Returns an iterator overImportResult
elements. Each element stores a data result when importing data into a table.- Specified by:
getResults
in interfaceDataExchangeResult
-