Package | Description |
---|---|
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.management |
Classes related to the
ManagementService . |
org.camunda.bpm.engine.rest.dto.repository |
Modifier and Type | Class and Description |
---|---|
class |
IncidentStatisticsEntity |
Modifier and Type | Field and Description |
---|---|
protected List<IncidentStatistics> |
ProcessDefinitionStatisticsEntity.incidentStatistics |
protected List<IncidentStatistics> |
DeploymentStatisticsEntity.incidentStatistics |
protected List<IncidentStatistics> |
ActivityStatisticsImpl.incidentStatistics |
Modifier and Type | Method and Description |
---|---|
List<IncidentStatistics> |
ProcessDefinitionStatisticsEntity.getIncidentStatistics() |
List<IncidentStatistics> |
DeploymentStatisticsEntity.getIncidentStatistics() |
List<IncidentStatistics> |
ActivityStatisticsImpl.getIncidentStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessDefinitionStatisticsEntity.setIncidentStatistics(List<IncidentStatistics> incidentStatistics) |
void |
DeploymentStatisticsEntity.setIncidentStatistics(List<IncidentStatistics> incidentStatistics) |
void |
ActivityStatisticsImpl.setIncidentStatistics(List<IncidentStatistics> incidentStatistics) |
Modifier and Type | Method and Description |
---|---|
List<IncidentStatistics> |
ProcessDefinitionStatistics.getIncidentStatistics()
Returns a list of incident statistics.
|
List<IncidentStatistics> |
DeploymentStatistics.getIncidentStatistics()
Returns a list of incident statistics.
|
List<IncidentStatistics> |
ActivityStatistics.getIncidentStatistics()
Returns a list of incident statistics.
|
Modifier and Type | Method and Description |
---|---|
static IncidentStatisticsResultDto |
IncidentStatisticsResultDto.fromIncidentStatistics(IncidentStatistics statistics) |
Copyright © 2015. All rights reserved.