Interface CleanableHistoricCaseInstanceReportResult

    • Method Detail

      • getCaseDefinitionId

        java.lang.String getCaseDefinitionId()
        Returns the case definition id for the selected definition.
      • getCaseDefinitionKey

        java.lang.String getCaseDefinitionKey()
        Returns the case definition key for the selected definition.
      • getCaseDefinitionName

        java.lang.String getCaseDefinitionName()
        Returns the case definition name for the selected definition.
      • getCaseDefinitionVersion

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

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

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

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

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