Interface IncidentFilter
- All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbpmnProcessId(String value) Deprecated.Filters incidents by the bpmn process id.creationTime(String creationTime) Deprecated.Filters incidents by creation time of incident.errorMessage(String errorMessage) Deprecated.Filters incidents by error message.Deprecated.Filters incidents by the error type.flowNodeId(String value) Deprecated.Filters incidents by the flow node id.flowNodeInstanceKey(Long value) Deprecated.Filters incidents by the flow node instance key.Deprecated.Filters incidents by job key.Deprecated.Filters incidents by the specified key.processDefinitionKey(Long value) Deprecated.Filters incidents by the process definition key.processInstanceKey(Long value) Deprecated.Filters incidents by the process instance key.Deprecated.Filters incidents by the state of incident.Deprecated.Filters incidents by tenant id.Deprecated.Filters incidents by tree path
-
Method Details
-
key
Deprecated.Filters incidents by the specified key.- Parameters:
value- the key of the incidents- Returns:
- the updated filter
-
processDefinitionKey
Deprecated.Filters incidents by the process definition key.- Parameters:
value- the key of the process definition- Returns:
- the updated filter
-
bpmnProcessId
Deprecated.Filters incidents by the bpmn process id.- Parameters:
value- the bpmn process id of the process definition- Returns:
- the updated filter
-
processInstanceKey
Deprecated.Filters incidents by the process instance key.- Parameters:
value- the key of the process instance- Returns:
- the updated filter
-
errorType
Deprecated.Filters incidents by the error type.- Parameters:
errorType- the error type of incident- Returns:
- the updated filter
-
errorMessage
Deprecated.Filters incidents by error message.- Parameters:
errorMessage- the message of incident- Returns:
- the updated filter
-
flowNodeId
Deprecated.Filters incidents by the flow node id.- Parameters:
value- the id of flow node id.- Returns:
- the updated filter
-
flowNodeInstanceKey
Deprecated.Filters incidents by the flow node instance key.- Parameters:
value- the key of flow node instance.- Returns:
- the updated filter
-
creationTime
Deprecated.Filters incidents by creation time of incident.- Parameters:
creationTime- the creation time of incident- Returns:
- the updated filter
-
state
Deprecated.Filters incidents by the state of incident.- Parameters:
value- the state of incident- Returns:
- the updated filter
-
jobKey
Deprecated.Filters incidents by job key.- Parameters:
value- the key of the job.- Returns:
- the updated filter
-
treePath
Deprecated.Filters incidents by tree path- Parameters:
treePath- the tree path of incident- Returns:
- the updated filter
-
tenantId
Deprecated.Filters incidents by tenant id.- Parameters:
value- the id of tenant- Returns:
- the updated filter
-
IncidentFilter