public interface DataExchangeResult
Modifier and Type | Interface and Description |
---|---|
static interface |
DataExchangeResult.CSVExport
Stores data results when executing the CSV export.
|
static interface |
DataExchangeResult.CSVImport
Stores data results when executing CSV import.
|
static interface |
DataExchangeResult.SpreadsheetExport
Stores data results when executing Excel export.
|
static interface |
DataExchangeResult.SpreadsheetImport
Stores data results when executing Excel import.
|
static interface |
DataExchangeResult.SQLExport
Stores data results when executing SQL export.
|
static interface |
DataExchangeResult.SQLImport
Stores data results when executing SQL import.
|
static interface |
DataExchangeResult.Transfer
Stores data results when executing a data transfer.
|
static interface |
DataExchangeResult.XMLExport
Stores data results when executing XML export.
|
static interface |
DataExchangeResult.XMLImport
Stores data results when executing XML import.
|
Modifier and Type | Method and Description |
---|---|
Iterator<com.onwbp.base.text.UserMessage> |
getErrorMessages()
Returns the error messages.
|
Iterator<? extends Result> |
getResults()
Returns an iterator over
Result elements. |
CommonApplication |
getSourceApplication()
Returns the specified source application.
|
CommonApplication |
getTargetApplication()
Returns the specified target application.
|
Iterator<com.onwbp.base.text.UserMessage> |
getWarningMessages()
Returns the warning messages.
|
CommonApplication getSourceApplication()
CommonApplication getTargetApplication()
Iterator<com.onwbp.base.text.UserMessage> getErrorMessages()
Iterator<com.onwbp.base.text.UserMessage> getWarningMessages()