Uses of Interface
org.flowable.batch.api.BatchQuery
-
Uses of BatchQuery in org.flowable.batch.api
Methods in org.flowable.batch.api that return BatchQueryModifier and TypeMethodDescriptionOnly select batches with the given idOnly select batches which exist for the given type.BatchQuery.batchTypes(Collection<String> batchTypes) Only select batches which exist for the given types.BatchQuery.completeTimeHigherThan(Date date) Only select batches where the complete time is higher then the given date.BatchQuery.completeTimeLowerThan(Date date) Only select batches where the complete time is lower than the given date.BatchQuery.createTimeHigherThan(Date date) Only select batches where the create time is higher then the given date.BatchQuery.createTimeLowerThan(Date date) Only select batches where the create time is lower than the given date.BatchQuery.orderByBatchCreateTime()Order by batch create time (needs to be followed byQuery.asc()orQuery.desc()).BatchQuery.orderByBatchId()Order by batch id (needs to be followed byQuery.asc()orQuery.desc()).BatchQuery.orderByBatchTenantId()Order by batch create time (needs to be followed byQuery.asc()orQuery.desc()).Only select batches which exist for the given search key.BatchQuery.searchKey2(String searchKey2) Only select batches which exist for the given search key.Only select batches which exist for the given status.Only select batches which exist for the given tenant id.BatchQuery.tenantIdLike(String tenantIdLike) Only select batches with a tenant id like the given one.BatchQuery.withoutTenantId()Only select batches that do not have a tenant id.Methods in org.flowable.batch.api with parameters of type BatchQueryModifier and TypeMethodDescriptionlongBatchService.findBatchCountByQueryCriteria(BatchQuery batchQuery) BatchService.findBatchesByQueryCriteria(BatchQuery batchQuery)