public class ExportCronJobResult extends java.lang.Object implements ExportResult
| Constructor and Description |
|---|
ExportCronJobResult(ImpExExportCronJobModel cronJob) |
| Modifier and Type | Method and Description |
|---|---|
CronJobModel |
getCronJob() |
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.
|
public ExportCronJobResult(ImpExExportCronJobModel cronJob)
public ExportModel getExport()
ExportResultgetExport in interface ExportResultpublic ImpExMediaModel getExportedData()
ExportResultgetExportedData in interface ExportResultpublic ImpExMediaModel getExportedMedia()
ExportResultgetExportedMedia in interface ExportResultpublic boolean isError()
ExportResultisError in interface ExportResultpublic boolean isFinished()
ExportResultisFinished in interface ExportResultpublic boolean isSuccessful()
ExportResultisSuccessful in interface ExportResultpublic boolean isRunning()
ExportResultisRunning in interface ExportResultpublic CronJobModel getCronJob()
Copyright © 2018 SAP SE. All Rights Reserved.