Interface CleanableHistoricCaseInstanceReportResult

All Known Implementing Classes:
CleanableHistoricCaseInstanceReportResultEntity

public interface CleanableHistoricCaseInstanceReportResult
This interface defines the result of Historic finished case instance report.
  • Method Details Link icon

    • getCaseDefinitionId Link icon

      String getCaseDefinitionId()
      Returns the case definition id for the selected definition.
    • getCaseDefinitionKey Link icon

      String getCaseDefinitionKey()
      Returns the case definition key for the selected definition.
    • getCaseDefinitionName Link icon

      String getCaseDefinitionName()
      Returns the case definition name for the selected definition.
    • getCaseDefinitionVersion Link icon

      int getCaseDefinitionVersion()
      Returns the case definition version for the selected definition.
    • getHistoryTimeToLive Link icon

      Integer getHistoryTimeToLive()
      Returns the history time to live for the selected definition.
    • getFinishedCaseInstanceCount Link icon

      long getFinishedCaseInstanceCount()
      Returns the amount of finished historic case instances.
    • getCleanableCaseInstanceCount Link icon

      long getCleanableCaseInstanceCount()
      Returns the amount of cleanable historic case instances.
    • getTenantId Link icon

      String getTenantId()
      Returns the tenant id of the current case instances.