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