public interface BatchStatisticsQuery extends Query<BatchStatisticsQuery,BatchStatistics>
| Modifier and Type | Method and Description | 
|---|---|
| BatchStatisticsQuery | active()Only selects batches which are active | 
| BatchStatisticsQuery | batchId(String batchId)Only select batch statistics for the given batch id. | 
| BatchStatisticsQuery | orderById()Returns batch statistics sorted by batch id; must be followed by an invocation of  Query.asc()orQuery.desc(). | 
| BatchStatisticsQuery | orderByTenantId()Returns batch statistics sorted by tenant id; must be followed by an invocation of  Query.asc()orQuery.desc(). | 
| BatchStatisticsQuery | suspended()Only selects batches which are suspended | 
| BatchStatisticsQuery | tenantIdIn(String... tenantIds)Only selects batch statistics with one of the given tenant ids. | 
| BatchStatisticsQuery | type(String type)Only select batch statistics of the given type. | 
| BatchStatisticsQuery | withoutTenantId()Only selects batch statistics which have no tenant id. | 
BatchStatisticsQuery batchId(String batchId)
BatchStatisticsQuery type(String type)
BatchStatisticsQuery tenantIdIn(String... tenantIds)
BatchStatisticsQuery withoutTenantId()
BatchStatisticsQuery active()
BatchStatisticsQuery suspended()
BatchStatisticsQuery orderById()
Query.asc() or Query.desc().BatchStatisticsQuery orderByTenantId()
Query.asc() or Query.desc().Copyright © 2018. All rights reserved.