Interface CleanableHistoricProcessInstanceReportResult

    • Method Detail

      • getProcessDefinitionId

        java.lang.String getProcessDefinitionId()
        Returns the process definition id for the selected definition.
      • getProcessDefinitionKey

        java.lang.String getProcessDefinitionKey()
        Returns the process definition key for the selected definition.
      • getProcessDefinitionName

        java.lang.String getProcessDefinitionName()
        Returns the process definition name for the selected definition.
      • getProcessDefinitionVersion

        int getProcessDefinitionVersion()
        Returns the process definition version for the selected definition.
      • getHistoryTimeToLive

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

        long getFinishedProcessInstanceCount()
        Returns the amount of finished historic process instances.
      • getCleanableProcessInstanceCount

        long getCleanableProcessInstanceCount()
        Returns the amount of cleanable historic process instances.
      • getTenantId

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