Interface IncidentFilter

All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter
All Known Implementing Classes:
IncidentFilterImpl

public interface IncidentFilter extends TypedSearchQueryRequest.SearchRequestFilter
  • Method Details

    • incidentKey

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

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

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

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

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

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

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

      IncidentFilter flowNodeInstanceKey(Long value)
      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)
      Filters incidents by creation time of incident.
      Parameters:
      creationTime - the creation time of incident
      Returns:
      the updated filter
    • state

      Filters incidents by the state of incident.
      Parameters:
      value - the state of incident
      Returns:
      the updated filter
    • jobKey

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

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