Interface HistoricCaseActivityStatistics

All Known Implementing Classes:
HistoricCaseActivityStatisticsImpl

public interface HistoricCaseActivityStatistics
Author:
Roman Smirnov
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The number of active case activity instances.
    long
    The number of available case activity instances.
    long
    The number of completed case activity instances.
    long
    The number of disabled case activity instances.
    long
    The number of enabled case activity instances.
    The case activity id.
    long
    The number of terminated case activity instances.
  • Method Details

    • getId

      String getId()
      The case activity id.
    • getAvailable

      long getAvailable()
      The number of available case activity instances.
    • getEnabled

      long getEnabled()
      The number of enabled case activity instances.
    • getDisabled

      long getDisabled()
      The number of disabled case activity instances.
    • getActive

      long getActive()
      The number of active case activity instances.
    • getCompleted

      long getCompleted()
      The number of completed case activity instances.
    • getTerminated

      long getTerminated()
      The number of terminated case activity instances.