|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchQuery
Query for Batch
instances.
Method Summary | |
---|---|
BatchQuery |
active()
Only selects batches which are active |
BatchQuery |
batchId(String batchId)
Only select batch instances for the given batch id. |
BatchQuery |
orderById()
Returns batches sorted by id; must be followed by an invocation of Query.asc() or Query.desc() . |
BatchQuery |
orderByTenantId()
Returns batches sorted by tenant id; must be followed by an invocation of Query.asc() or Query.desc() . |
BatchQuery |
suspended()
Only selects batches which are suspended |
BatchQuery |
tenantIdIn(String... tenantIds)
Only selects batches with one of the given tenant ids. |
BatchQuery |
type(String type)
Only select batches of the given type. |
BatchQuery |
withoutTenantId()
Only selects batches which have no tenant id. |
Methods inherited from interface org.camunda.bpm.engine.query.Query |
---|
asc, count, desc, list, listPage, singleResult |
Method Detail |
---|
BatchQuery batchId(String batchId)
BatchQuery type(String type)
BatchQuery tenantIdIn(String... tenantIds)
BatchQuery withoutTenantId()
BatchQuery active()
BatchQuery suspended()
BatchQuery orderById()
Query.asc()
or Query.desc()
.
BatchQuery orderByTenantId()
Query.asc()
or Query.desc()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |