public interface Result
Modifier and Type | Method and Description |
---|---|
Map<Integer,com.onwbp.base.text.UserMessage> |
getErrorMessages()
Returns the error messages when executing data import, export, transfer and the index of the source record as the key parameter.
|
long |
getNumberOfInvalidRecords()
Returns the number of records that are invalid.
|
long |
getNumberOfProcessedRecords()
Returns the number of records that have been processed.
|
Table |
getSourceTable()
Returns the specified source table.
|
Table |
getTargetTable()
Returns the specified target table.
|
Iterator<com.onwbp.base.text.UserMessage> |
getWarningMessages()
Returns the warning messages when executing data import, export, transfer.
|
Table getSourceTable()
Table getTargetTable()
long getNumberOfProcessedRecords()
long getNumberOfInvalidRecords()
Map<Integer,com.onwbp.base.text.UserMessage> getErrorMessages()
Iterator<com.onwbp.base.text.UserMessage> getWarningMessages()