Interface ActivityStatistics

All Known Implementing Classes:
ActivityStatisticsImpl

public interface ActivityStatistics
  • Method Details

    • getId

      String getId()
      The activity id.
    • getInstances

      int getInstances()
      The number of all instances of the activity.
    • getFailedJobs

      int getFailedJobs()
      The number of all failed jobs for the activity.
    • getIncidentStatistics

      List<IncidentStatistics> getIncidentStatistics()
      Returns a list of incident statistics.