| Modifier and Type | Method and Description |
|---|---|
JobQuery |
JobQuery.locked()
Only return jobs that are locked (i.e.
|
JobQuery |
JobQuery.lockOwner(String lockOwner)
Only return jobs with the given lock owner.
|
JobQuery |
JobQuery.messages()
Only select jobs that are messages.
|
JobQuery |
JobQuery.timers()
Only select jobs that are timers.
|
JobQuery |
JobQuery.unlocked()
Only return jobs that are not locked.
|
Copyright © 2021 Flowable. All rights reserved.