public interface ExportResult
| Modifier and Type | Method and Description |
|---|---|
ExportModel |
getExport()
Gets an export object referencing exported data anad media.
|
ImpExMediaModel |
getExportedData()
Gets the media containing the exported csv files (backed by a zip-archive).
|
ImpExMediaModel |
getExportedMedia()
Gets the media containing the exported media files (backed by a zip-archive).
|
boolean |
isError()
Gets whether the export was not successfully.
|
boolean |
isFinished()
Gets whether the export is not running anymore.
|
boolean |
isRunning()
Gets whether the export is still running.
|
boolean |
isSuccessful()
Gets whether the export was successfully.
|
boolean isSuccessful()
java.lang.IllegalStateException - in case export is still running.boolean isError()
java.lang.IllegalStateException - in case export is still running.boolean isRunning()
boolean isFinished()
ImpExMediaModel getExportedData()
ImpExMediaModel getExportedMedia()
ExportModel getExport()
Copyright © 2018 SAP SE. All Rights Reserved.