Uses of Class
io.camunda.zeebe.gateway.protocol.rest.IncidentSearchQueryResponse
Packages that use IncidentSearchQueryResponse
Package
Description
-
Uses of IncidentSearchQueryResponse in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return IncidentSearchQueryResponseModifier and TypeMethodDescriptionIncidentSearchQueryResponse.addItemsItem(IncidentItem itemsItem) IncidentSearchQueryResponse.items(List<@Valid IncidentItem> items) IncidentSearchQueryResponse.page(SearchQueryPageResponse page) -
Uses of IncidentSearchQueryResponse in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest that return IncidentSearchQueryResponseModifier and TypeMethodDescriptionstatic IncidentSearchQueryResponseSearchQueryResponseMapper.toIncidentSearchQueryResponse(SearchQueryResult<IncidentEntity> result) -
Uses of IncidentSearchQueryResponse in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller that return types with arguments of type IncidentSearchQueryResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<IncidentSearchQueryResponse> IncidentQueryController.searchIncidents(IncidentSearchQueryRequest query)