Uses of Interface
org.flowable.job.api.JobQuery
-
Uses of JobQuery in org.flowable.job.api
Methods in org.flowable.job.api that return JobQueryModifier and TypeMethodDescriptionJobQuery.locked()
Only return jobs that are locked (i.e. they are acquired by an executor).Only return jobs with the given lock owner.JobQuery.messages()
Only select jobs that are messages.JobQuery.timers()
Only select jobs that are timers.JobQuery.unlocked()
Only return jobs that are not locked.