Uses of Interface
io.camunda.client.api.search.query.FlownodeInstanceQuery
Packages that use FlownodeInstanceQuery
-
Uses of FlownodeInstanceQuery in io.camunda.client
Methods in io.camunda.client that return FlownodeInstanceQueryModifier and TypeMethodDescriptionCamundaClient.newFlownodeInstanceQuery()Executes a search request to query flow node instances. -
Uses of FlownodeInstanceQuery in io.camunda.client.impl
Methods in io.camunda.client.impl that return FlownodeInstanceQuery -
Uses of FlownodeInstanceQuery in io.camunda.client.impl.search.query
Classes in io.camunda.client.impl.search.query that implement FlownodeInstanceQueryMethods in io.camunda.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)