Uses of Interface
org.flowable.job.api.TimerJobQuery
-
Uses of TimerJobQuery in org.flowable.job.api
Methods in org.flowable.job.api that return TimerJobQueryModifier and TypeMethodDescriptionTimerJobQuery.executable()Only select jobs which are executable, ie.TimerJobQuery.handlerType(String handlerType) Select jobs which have given job handler typeTimerJobQuery.messages()Only select jobs that are messages.TimerJobQuery.timers()Only select jobs that are timers.