| Modifier and Type | Method and Description |
|---|---|
BatchPartQuery |
BatchPartQuery.batchId(String batchId)
Only select batch parts with the given batch id
|
BatchPartQuery |
BatchPartQuery.batchSearchKey(String searchKey)
Only select batch parts with the given batch search key.
|
BatchPartQuery |
BatchPartQuery.batchSearchKey2(String searchKey2)
Only select batch parts with the batch given search key.
|
BatchPartQuery |
BatchPartQuery.batchType(String batchType)
Only select batch parts with the given batch type.
|
BatchPartQuery |
BatchPartQuery.completed()
Only select batch parts that have been completed.
|
BatchPartQuery |
BatchPartQuery.id(String id)
Only select batch parts with the given id
|
BatchPartQuery |
BatchPartQuery.orderByBatchId()
Order by batch id (needs to be followed by
Query.asc() or Query.desc()). |
BatchPartQuery |
BatchPartQuery.orderByCreateTime()
Order by batch part create time (needs to be followed by
Query.asc() or Query.desc()). |
BatchPartQuery |
BatchPartQuery.scopeId(String scopeId)
Only select batch parts with the given scope id.
|
BatchPartQuery |
BatchPartQuery.scopeType(String scopeType)
Only select batch parts with the given scope type.
|
BatchPartQuery |
BatchPartQuery.searchKey(String searchKey)
Only select batch parts with the given search key.
|
BatchPartQuery |
BatchPartQuery.searchKey2(String searchKey2)
Only select batch parts with the given search key.
|
BatchPartQuery |
BatchPartQuery.status(String status)
Only select batch parts with the given status.
|
BatchPartQuery |
BatchPartQuery.subScopeId(String subScopeId)
Only select batch parts with the given sub scope id.
|
BatchPartQuery |
BatchPartQuery.tenantId(String tenantId)
Only select batch parts with the given tenant id.
|
BatchPartQuery |
BatchPartQuery.tenantIdLike(String tenantIdLike)
Only select batch parts with a tenant id like the given one.
|
BatchPartQuery |
BatchPartQuery.type(String type)
Only select batch parts with the given type.
|
BatchPartQuery |
BatchPartQuery.withoutTenantId()
Only select batch parts that do not have a tenant id.
|
Copyright © 2022 Flowable. All rights reserved.