Uses of Interface
org.flowable.job.api.TimerJobQuery
-
-
Uses of TimerJobQuery in org.flowable.job.api
Methods in org.flowable.job.api that return TimerJobQuery Modifier and Type Method Description TimerJobQueryTimerJobQuery. executable()Only select jobs which are executable, ie.TimerJobQueryTimerJobQuery. handlerType(String handlerType)Select jobs which have given job handler typeTimerJobQueryTimerJobQuery. messages()Only select jobs that are messages.TimerJobQueryTimerJobQuery. timers()Only select jobs that are timers.
-