Interface HistoricIncidentQuery

    • Method Detail

      • incidentId

        HistoricIncidentQuery incidentId​(java.lang.String incidentId)
        Only select historic incidents which have the given id.
      • incidentType

        HistoricIncidentQuery incidentType​(java.lang.String incidentType)
        Only select historic incidents which have the given incident type.
      • incidentMessage

        HistoricIncidentQuery incidentMessage​(java.lang.String incidentMessage)
        Only select historic incidents which have the given incident message.
      • incidentMessageLike

        HistoricIncidentQuery incidentMessageLike​(java.lang.String incidentMessageLike)
        Only select historic incidents which incident message is like the given value
        Parameters:
        incidentMessageLike - The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
      • processDefinitionId

        HistoricIncidentQuery processDefinitionId​(java.lang.String processDefinitionId)
        Only select historic incidents which have the given process definition id.
      • processDefinitionKey

        HistoricIncidentQuery processDefinitionKey​(java.lang.String processDefinitionKey)
        Only select historic incidents which have the given processDefinitionKey.
      • processDefinitionKeyIn

        HistoricIncidentQuery processDefinitionKeyIn​(java.lang.String... processDefinitionKeys)
        Only select historic incidents which have one of the given process definition keys.
      • processInstanceId

        HistoricIncidentQuery processInstanceId​(java.lang.String processInstanceId)
        Only select historic incidents which have the given process instance id.
      • executionId

        HistoricIncidentQuery executionId​(java.lang.String executionId)
        Only select historic incidents with the given id.
      • createTimeBefore

        HistoricIncidentQuery createTimeBefore​(java.util.Date createTimeBefore)
        Only select historic incidents which have a createTime date before the given date
      • createTimeAfter

        HistoricIncidentQuery createTimeAfter​(java.util.Date createTimeAfter)
        Only select historic incidents which have a createTime date after the given date
      • endTimeBefore

        HistoricIncidentQuery endTimeBefore​(java.util.Date endTimeBefore)
        Only select historic incidents which have an endTimeBefore date before the given date
      • endTimeAfter

        HistoricIncidentQuery endTimeAfter​(java.util.Date endTimeAfter)
        Only select historic incidents which have an endTimeAfter date after the given date
      • activityId

        HistoricIncidentQuery activityId​(java.lang.String activityId)
        Only select historic incidents which contain an activity with the given id.
      • failedActivityId

        HistoricIncidentQuery failedActivityId​(java.lang.String activityId)
        Only select historic incidents which were created due to a failure at an activity with the given id.
      • causeIncidentId

        HistoricIncidentQuery causeIncidentId​(java.lang.String causeIncidentId)
        Only select historic incidents which contain the id of the cause incident.
      • rootCauseIncidentId

        HistoricIncidentQuery rootCauseIncidentId​(java.lang.String rootCauseIncidentId)
        Only select historic incidents which contain the id of the root cause incident.
      • tenantIdIn

        HistoricIncidentQuery tenantIdIn​(java.lang.String... tenantIds)
        Only select historic incidents that belong to one of the given tenant ids.
      • withoutTenantId

        HistoricIncidentQuery withoutTenantId()
        Only selects historic incidents that have no tenant id.
      • configuration

        HistoricIncidentQuery configuration​(java.lang.String configuration)
        Only select incidents which contain the configuration.
      • historyConfiguration

        HistoricIncidentQuery historyConfiguration​(java.lang.String historyConfiguration)
        Only select incidents which contain the historyConfiguration.
      • jobDefinitionIdIn

        HistoricIncidentQuery jobDefinitionIdIn​(java.lang.String... jobDefinitionIds)
        Only select incidents that belong to one of the given job definition ids.