Uses of Interface
io.camunda.zeebe.client.api.search.query.FlownodeInstanceQuery
Packages that use FlownodeInstanceQuery
Package
Description
-
Uses of FlownodeInstanceQuery in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return FlownodeInstanceQueryModifier and TypeMethodDescriptionZeebeClient.newFlownodeInstanceQuery()Executes a search request to query flow node instances. -
Uses of FlownodeInstanceQuery in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return FlownodeInstanceQuery -
Uses of FlownodeInstanceQuery in io.camunda.zeebe.client.impl.search.query
Classes in io.camunda.zeebe.client.impl.search.query that implement FlownodeInstanceQueryMethods in io.camunda.zeebe.client.impl.search.query that return FlownodeInstanceQueryModifier and TypeMethodDescriptionFlowNodeInstanceQueryImpl.filter(FlownodeInstanceFilter value) FlowNodeInstanceQueryImpl.filter(Consumer<FlownodeInstanceFilter> fn) FlowNodeInstanceQueryImpl.page(SearchRequestPage value) FlowNodeInstanceQueryImpl.page(Consumer<SearchRequestPage> fn) FlowNodeInstanceQueryImpl.sort(FlownodeInstanceSort value) FlowNodeInstanceQueryImpl.sort(Consumer<FlownodeInstanceSort> fn)