T - entity of @CronJobModel typepublic interface RuleEngineJobPerformable<T extends CronJobModel> extends JobPerformable<T>
JobPerformable contract that provides additional rule engine job specific methods| Modifier and Type | Method and Description |
|---|---|
boolean |
isPerformable(T cronJob)
Identifies whether provided cron job can be performed
|
isAbortable, isPerformable, performboolean isPerformable(T cronJob)
cronJob - - cron job instancetrue in case cron job can be performed, false - otherwiseCopyright © 2018 SAP SE. All Rights Reserved.