org.camunda.bpm.engine.management
Interface IncidentStatistics

All Known Implementing Classes:
IncidentStatisticsEntity

public interface IncidentStatistics

Represents a statistic which the aggregate number of incidents to the corresponding incident type.

Author:
roman.smirnov

Method Summary
 int getIncidentCount()
          Returns the number of incidents to the corresponding incidentType.
 String getIncidentType()
          Returns the type of the incidents.
 

Method Detail

getIncidentType

String getIncidentType()
Returns the type of the incidents.


getIncidentCount

int getIncidentCount()
Returns the number of incidents to the corresponding incidentType.



Copyright © 2017 camunda services GmbH. All rights reserved.