Uses of Interface
io.camunda.zeebe.client.api.search.filter.FlownodeInstanceFilter
Packages that use FlownodeInstanceFilter
Package
Description
-
Uses of FlownodeInstanceFilter in io.camunda.zeebe.client.api.search
Methods in io.camunda.zeebe.client.api.search that return FlownodeInstanceFilterModifier and TypeMethodDescriptionstatic FlownodeInstanceFilterSearchRequestBuilders.flowNodeInstanceFilter()static FlownodeInstanceFilterSearchRequestBuilders.flowNodeInstanceFilter(Consumer<FlownodeInstanceFilter> fn) Method parameters in io.camunda.zeebe.client.api.search with type arguments of type FlownodeInstanceFilterModifier and TypeMethodDescriptionstatic FlownodeInstanceFilterSearchRequestBuilders.flowNodeInstanceFilter(Consumer<FlownodeInstanceFilter> fn) -
Uses of FlownodeInstanceFilter in io.camunda.zeebe.client.api.search.filter
Methods in io.camunda.zeebe.client.api.search.filter that return FlownodeInstanceFilterModifier and TypeMethodDescriptionFlownodeInstanceFilter.flowNodeId(String value) Filters flow node instances by flow node id.FlownodeInstanceFilter.flowNodeInstanceKey(long value) Filters flow node instances by the specified key.FlownodeInstanceFilter.flowNodeName(String value) Filters flow node instances by flow node name.FlownodeInstanceFilter.incident(boolean value) Filters flow node instances by incident (has an incident)FlownodeInstanceFilter.incidentKey(long value) Filters flow node instances by incident key.FlownodeInstanceFilter.processDefinitionKey(long value) Filters flow node instances by process definition key.FlownodeInstanceFilter.processInstanceKey(long value) Filters flow node instances by process instance key.Filters flow node instances by state.Filters flow node instances by tenant id.Filters flow node instances by tree path.Filters flow node instances by type. -
Uses of FlownodeInstanceFilter in io.camunda.zeebe.client.impl.search.filter
Classes in io.camunda.zeebe.client.impl.search.filter that implement FlownodeInstanceFilterMethods in io.camunda.zeebe.client.impl.search.filter that return FlownodeInstanceFilterModifier and TypeMethodDescriptionFlownodeInstanceFilterImpl.flowNodeId(String value) FlownodeInstanceFilterImpl.flowNodeInstanceKey(long value) FlownodeInstanceFilterImpl.flowNodeName(String value) FlownodeInstanceFilterImpl.incident(boolean value) FlownodeInstanceFilterImpl.incidentKey(long value) FlownodeInstanceFilterImpl.processDefinitionKey(long value) FlownodeInstanceFilterImpl.processInstanceKey(long value) -
Uses of FlownodeInstanceFilter in io.camunda.zeebe.client.impl.search.query
Methods in io.camunda.zeebe.client.impl.search.query with parameters of type FlownodeInstanceFilterMethod parameters in io.camunda.zeebe.client.impl.search.query with type arguments of type FlownodeInstanceFilterModifier and TypeMethodDescriptionFlowNodeInstanceQueryImpl.filter(Consumer<FlownodeInstanceFilter> fn)