| Modifier and Type | Method and Description |
|---|---|
BatchPartQuery |
BatchPartQuery.batchId(String batchId)
Only select batches with the given id
|
BatchPartQuery |
BatchPartQuery.batchType(String batchType)
Only select batches which exist for the given type.
|
BatchPartQuery |
BatchPartQuery.orderByBatchCreateTime()
Order by batch create time (needs to be followed by
Query.asc() or Query.desc()). |
BatchPartQuery |
BatchPartQuery.orderByBatchId()
Order by batch id (needs to be followed by
Query.asc() or Query.desc()). |
BatchPartQuery |
BatchPartQuery.orderByBatchTenantId()
Order by batch create time (needs to be followed by
Query.asc() or Query.desc()). |
BatchPartQuery |
BatchPartQuery.scopeId(String scopeId)
Only select batches which exist for the given scope id.
|
BatchPartQuery |
BatchPartQuery.scopeType(String scopeType)
Only select batches which exist for the given scope type.
|
BatchPartQuery |
BatchPartQuery.searchKey(String searchKey)
Only select batches which exist for the given search key.
|
BatchPartQuery |
BatchPartQuery.searchKey2(String searchKey2)
Only select batches which exist for the given search key.
|
BatchPartQuery |
BatchPartQuery.subScopeId(String subScopeId)
Only select batches which exist for the given sub scope id.
|
BatchPartQuery |
BatchPartQuery.tenantId(String tenantId)
Only select batches which exist for the given tenant id.
|
BatchPartQuery |
BatchPartQuery.tenantIdLike(String tenantIdLike)
Only select batches with a tenant id like the given one.
|
BatchPartQuery |
BatchPartQuery.withoutTenantId()
Only select batches that do not have a tenant id.
|
Copyright © 2021 Flowable. All rights reserved.