Uses of Class
io.camunda.zeebe.gateway.protocol.rest.FlowNodeInstanceSearchQueryResponse
Packages that use FlowNodeInstanceSearchQueryResponse
Package
Description
-
Uses of FlowNodeInstanceSearchQueryResponse in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return FlowNodeInstanceSearchQueryResponseModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.addItemsItem(FlowNodeInstanceItem itemsItem) FlowNodeInstanceSearchQueryResponse.items(List<@Valid FlowNodeInstanceItem> items) FlowNodeInstanceSearchQueryResponse.page(SearchQueryPageResponse page) -
Uses of FlowNodeInstanceSearchQueryResponse in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest that return FlowNodeInstanceSearchQueryResponseModifier and TypeMethodDescriptionSearchQueryResponseMapper.toFlownodeInstanceSearchQueryResponse(SearchQueryResult<FlowNodeInstanceEntity> result) -
Uses of FlowNodeInstanceSearchQueryResponse in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller that return types with arguments of type FlowNodeInstanceSearchQueryResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FlowNodeInstanceSearchQueryResponse> FlowNodeInstanceQueryController.searchFlownodeInstances(FlowNodeInstanceSearchQueryRequest query)