Class IncidentFilterImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider<IncidentFilterRequest>
io.camunda.zeebe.client.impl.search.filter.IncidentFilterImpl
- All Implemented Interfaces:
IncidentFilter,TypedSearchQueryRequest.SearchRequestFilter
public class IncidentFilterImpl
extends TypedSearchRequestPropertyProvider<IncidentFilterRequest>
implements IncidentFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbpmnProcessId(String value) Filters incidents by the bpmn process id.creationTime(String creationTime) Filters incidents by creation time of incident.errorMessage(String errorMessage) Filters incidents by error message.Filters incidents by the error type.flowNodeId(String value) Filters incidents by the flow node id.flowNodeInstanceKey(Long value) Filters incidents by the flow node instance key.protected IncidentFilterRequestFilters incidents by job key.Filters incidents by the specified key.processDefinitionKey(Long value) Filters incidents by the process definition key.processInstanceKey(Long value) Filters incidents by the process instance key.Filters incidents by the state of incident.Filters incidents by tenant id.Filters incidents by tree pathMethods inherited from class io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
IncidentFilterImpl
public IncidentFilterImpl()
-
-
Method Details
-
key
Description copied from interface:IncidentFilterFilters incidents by the specified key.- Specified by:
keyin interfaceIncidentFilter- Parameters:
value- the key of the incidents- Returns:
- the updated filter
-
processDefinitionKey
Description copied from interface:IncidentFilterFilters incidents by the process definition key.- Specified by:
processDefinitionKeyin interfaceIncidentFilter- Parameters:
value- the key of the process definition- Returns:
- the updated filter
-
bpmnProcessId
Description copied from interface:IncidentFilterFilters incidents by the bpmn process id.- Specified by:
bpmnProcessIdin interfaceIncidentFilter- Parameters:
value- the bpmn process id of the process definition- Returns:
- the updated filter
-
processInstanceKey
Description copied from interface:IncidentFilterFilters incidents by the process instance key.- Specified by:
processInstanceKeyin interfaceIncidentFilter- Parameters:
value- the key of the process instance- Returns:
- the updated filter
-
errorType
Description copied from interface:IncidentFilterFilters incidents by the error type.- Specified by:
errorTypein interfaceIncidentFilter- Parameters:
errorType- the error type of incident- Returns:
- the updated filter
-
errorMessage
Description copied from interface:IncidentFilterFilters incidents by error message.- Specified by:
errorMessagein interfaceIncidentFilter- Parameters:
errorMessage- the message of incident- Returns:
- the updated filter
-
flowNodeId
Description copied from interface:IncidentFilterFilters incidents by the flow node id.- Specified by:
flowNodeIdin interfaceIncidentFilter- Parameters:
value- the id of flow node id.- Returns:
- the updated filter
-
flowNodeInstanceKey
Description copied from interface:IncidentFilterFilters incidents by the flow node instance key.- Specified by:
flowNodeInstanceKeyin interfaceIncidentFilter- Parameters:
value- the key of flow node instance.- Returns:
- the updated filter
-
creationTime
Description copied from interface:IncidentFilterFilters incidents by creation time of incident.- Specified by:
creationTimein interfaceIncidentFilter- Parameters:
creationTime- the creation time of incident- Returns:
- the updated filter
-
state
Description copied from interface:IncidentFilterFilters incidents by the state of incident.- Specified by:
statein interfaceIncidentFilter- Parameters:
value- the state of incident- Returns:
- the updated filter
-
jobKey
Description copied from interface:IncidentFilterFilters incidents by job key.- Specified by:
jobKeyin interfaceIncidentFilter- Parameters:
value- the key of the job.- Returns:
- the updated filter
-
treePath
Description copied from interface:IncidentFilterFilters incidents by tree path- Specified by:
treePathin interfaceIncidentFilter- Parameters:
treePath- the tree path of incident- Returns:
- the updated filter
-
tenantId
Description copied from interface:IncidentFilterFilters incidents by tenant id.- Specified by:
tenantIdin interfaceIncidentFilter- Parameters:
value- the id of tenant- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<IncidentFilterRequest>
-