public interface ImportResult
| Modifier and Type | Method and Description |
|---|---|
ImpExImportCronJobModel |
getCronJob()
Returns underlying
ImpExImportCronJobModel for this result. |
ImpExMediaModel |
getUnresolvedLines()
Gets the media containing the unresolved lines csv-file.
|
boolean |
hasUnresolvedLines()
Checks if import has caused unresolved value lines.
|
boolean |
isError()
Gets whether the import was not successfully.
|
boolean |
isFinished()
Gets whether the import is not running anymore.
|
boolean |
isRunning()
Gets whether the import is still running.
|
boolean |
isSuccessful()
Gets whether the import was successfully.
|
boolean isSuccessful()
java.lang.IllegalStateException - in case import is still running.boolean isError()
java.lang.IllegalStateException - in case import is still running.boolean isRunning()
boolean isFinished()
boolean hasUnresolvedLines()
isError() returns true.ImpExMediaModel getUnresolvedLines()
ImpExImportCronJobModel getCronJob()
ImpExImportCronJobModel for this result.Copyright © 2018 SAP SE. All Rights Reserved.