Package | Description |
---|---|
org.camunda.bpm.engine.impl.batch | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.rest.dto.batch | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Class and Description |
---|---|
class |
BatchStatisticsEntity |
Modifier and Type | Method and Description |
---|---|
List<BatchStatistics> |
BatchStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<BatchStatistics> |
StatisticsManager.getStatisticsGroupedByBatch(BatchStatisticsQueryImpl query,
Page page) |
Modifier and Type | Method and Description |
---|---|
static BatchStatisticsDto |
BatchStatisticsDto.fromBatchStatistics(BatchStatistics batchStatistics) |
Modifier and Type | Method and Description |
---|---|
protected List<BatchStatistics> |
BatchRestServiceImpl.executePaginatedStatisticsQuery(BatchStatisticsQuery query,
Integer firstResult,
Integer maxResults) |
Copyright © 2022. All rights reserved.