public class SyncResult
extends java.lang.Object
| Constructor and Description |
|---|
SyncResult(SyncItemCronJobModel syncCronJob) |
| Modifier and Type | Method and Description |
|---|---|
SyncItemCronJobModel |
getCronJob() |
boolean |
isError()
Gets whether the synchronization was not successfully.
|
boolean |
isFinished()
Gets whether the synchronization is not running anymore.
|
boolean |
isRunning()
Gets whether the synchronization is still running.
|
boolean |
isSuccessful()
Gets whether the synchronization was successfully.
|
public SyncResult(SyncItemCronJobModel syncCronJob)
public boolean isSuccessful()
java.lang.IllegalStateException - in case synchronization is still running.public boolean isError()
java.lang.IllegalStateException - in case synchronization is still running.public boolean isRunning()
public boolean isFinished()
public SyncItemCronJobModel getCronJob()
Copyright © 2018 SAP SE. All Rights Reserved.