Interface IncidentFilter

All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter

@Deprecated public interface IncidentFilter extends TypedSearchQueryRequest.SearchRequestFilter
Deprecated.
since 8.8 for removal in 8.9, replaced by IncidentFilter
  • Method Details

    • key

      IncidentFilter key(Long value)
      Deprecated.
      Filters incidents by the specified key.
      Parameters:
      value - the key of the incidents
      Returns:
      the updated filter
    • processDefinitionKey

      IncidentFilter processDefinitionKey(Long value)
      Deprecated.
      Filters incidents by the process definition key.
      Parameters:
      value - the key of the process definition
      Returns:
      the updated filter
    • bpmnProcessId

      IncidentFilter bpmnProcessId(String value)
      Deprecated.
      Filters incidents by the bpmn process id.
      Parameters:
      value - the bpmn process id of the process definition
      Returns:
      the updated filter
    • processInstanceKey

      IncidentFilter processInstanceKey(Long value)
      Deprecated.
      Filters incidents by the process instance key.
      Parameters:
      value - the key of the process instance
      Returns:
      the updated filter
    • errorType

      IncidentFilter errorType(String errorType)
      Deprecated.
      Filters incidents by the error type.
      Parameters:
      errorType - the error type of incident
      Returns:
      the updated filter
    • errorMessage

      IncidentFilter errorMessage(String errorMessage)
      Deprecated.
      Filters incidents by error message.
      Parameters:
      errorMessage - the message of incident
      Returns:
      the updated filter
    • flowNodeId

      IncidentFilter flowNodeId(String value)
      Deprecated.
      Filters incidents by the flow node id.
      Parameters:
      value - the id of flow node id.
      Returns:
      the updated filter
    • flowNodeInstanceKey

      IncidentFilter flowNodeInstanceKey(Long value)
      Deprecated.
      Filters incidents by the flow node instance key.
      Parameters:
      value - the key of flow node instance.
      Returns:
      the updated filter
    • creationTime

      IncidentFilter creationTime(String creationTime)
      Deprecated.
      Filters incidents by creation time of incident.
      Parameters:
      creationTime - the creation time of incident
      Returns:
      the updated filter
    • state

      IncidentFilter state(String value)
      Deprecated.
      Filters incidents by the state of incident.
      Parameters:
      value - the state of incident
      Returns:
      the updated filter
    • jobKey

      IncidentFilter jobKey(Long value)
      Deprecated.
      Filters incidents by job key.
      Parameters:
      value - the key of the job.
      Returns:
      the updated filter
    • treePath

      IncidentFilter treePath(String treePath)
      Deprecated.
      Filters incidents by tree path
      Parameters:
      treePath - the tree path of incident
      Returns:
      the updated filter
    • tenantId

      IncidentFilter tenantId(String value)
      Deprecated.
      Filters incidents by tenant id.
      Parameters:
      value - the id of tenant
      Returns:
      the updated filter