Uses of Interface
io.camunda.zeebe.client.api.search.filter.IncidentFilter
Packages that use IncidentFilter
-
Uses of IncidentFilter in io.camunda.zeebe.client.api.search
Methods in io.camunda.zeebe.client.api.search that return IncidentFilterModifier and TypeMethodDescriptionstatic IncidentFilterSearchRequestBuilders.incidentFilter()Deprecated.Create an incident filter.static IncidentFilterSearchRequestBuilders.incidentFilter(Consumer<IncidentFilter> fn) Deprecated.Create an incident filter by using a fluent builder.Method parameters in io.camunda.zeebe.client.api.search with type arguments of type IncidentFilterModifier and TypeMethodDescriptionstatic IncidentFilterSearchRequestBuilders.incidentFilter(Consumer<IncidentFilter> fn) Deprecated.Create an incident filter by using a fluent builder. -
Uses of IncidentFilter in io.camunda.zeebe.client.api.search.filter
Methods in io.camunda.zeebe.client.api.search.filter that return IncidentFilterModifier and TypeMethodDescriptionIncidentFilter.bpmnProcessId(String value) Deprecated.Filters incidents by the bpmn process id.IncidentFilter.creationTime(String creationTime) Deprecated.Filters incidents by creation time of incident.IncidentFilter.errorMessage(String errorMessage) Deprecated.Filters incidents by error message.Deprecated.Filters incidents by the error type.IncidentFilter.flowNodeId(String value) Deprecated.Filters incidents by the flow node id.IncidentFilter.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.IncidentFilter.processDefinitionKey(Long value) Deprecated.Filters incidents by the process definition key.IncidentFilter.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