public interface CronJobDao extends Dao
| Modifier and Type | Method and Description |
|---|---|
List<CronJobModel> |
findCronJobs(String code)
Search with the given code for
CronJob items. |
List<CronJobModel> |
findRunningCronJobs()
Finds all
CronJobModel instance in state RUNNING or RUNNINGRESTART. |
boolean |
isAbortable(CronJobModel cronJobModel)
Checks if given cronJobModel as abortable or not.
|
boolean |
isPerformable(CronJobModel cronJobModel)
Checks if given cronJobModel as performable or not.
|
List<CronJobModel> findCronJobs(String code)
CronJob items.code - the CronJob codeCronJobModels. Returns an empty List if nothing was found.List<CronJobModel> findRunningCronJobs()
CronJobModel instance in state RUNNING or RUNNINGRESTART.boolean isPerformable(CronJobModel cronJobModel)
boolean isAbortable(CronJobModel cronJobModel)
Copyright © 2017 SAP SE. All Rights Reserved.