Class IncidentStatisticsEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
- All Implemented Interfaces:
IncidentStatistics
- Author:
- roman.smirnov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of incidents to the corresponding incidentType.Returns the type of the incidents.void
setIncidenType
(String incidentType) toString()
-
Field Details
-
incidentType
-
incidentCount
protected int incidentCount
-
-
Constructor Details
-
IncidentStatisticsEntity
public IncidentStatisticsEntity()
-
-
Method Details
-
getIncidentType
Description copied from interface:IncidentStatistics
Returns the type of the incidents.- Specified by:
getIncidentType
in interfaceIncidentStatistics
-
setIncidenType
-
getIncidentCount
public int getIncidentCount()Description copied from interface:IncidentStatistics
Returns the number of incidents to the corresponding incidentType.- Specified by:
getIncidentCount
in interfaceIncidentStatistics
-
toString
-