org.camunda.bpm.engine.impl.persistence.entity
Class IncidentStatisticsEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
- All Implemented Interfaces:
- IncidentStatistics
public class IncidentStatisticsEntity
- extends Object
- implements IncidentStatistics
- Author:
- roman.smirnov
incidentType
protected String incidentType
incidentCount
protected int incidentCount
IncidentStatisticsEntity
public IncidentStatisticsEntity()
getIncidentType
public String getIncidentType()
- Description copied from interface:
IncidentStatistics
- Returns the type of the incidents.
- Specified by:
getIncidentType
in interface IncidentStatistics
setIncidenType
public void setIncidenType(String incidentType)
getIncidentCount
public int getIncidentCount()
- Description copied from interface:
IncidentStatistics
- Returns the number of incidents to the corresponding
incidentType.
- Specified by:
getIncidentCount
in interface IncidentStatistics
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2017 camunda services GmbH. All rights reserved.