Uses of Class
io.camunda.zeebe.gateway.protocol.rest.FlowNodeInstanceItem
Packages that use FlowNodeInstanceItem
-
Uses of FlowNodeInstanceItem in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceItem.flowNodeId(String flowNodeId) FlowNodeInstanceItem.flowNodeInstanceKey(Long flowNodeInstanceKey) FlowNodeInstanceItem.flowNodeName(String flowNodeName) FlowNodeInstanceItem.incidentKey(Long incidentKey) FlowNodeInstanceItem.processDefinitionKey(Long processDefinitionKey) FlowNodeInstanceItem.processInstanceKey(Long processInstanceKey) Methods in io.camunda.zeebe.gateway.protocol.rest that return types with arguments of type FlowNodeInstanceItemModifier and TypeMethodDescription@Valid List<@Valid FlowNodeInstanceItem> FlowNodeInstanceSearchQueryResponse.getItems()Get itemsMethods in io.camunda.zeebe.gateway.protocol.rest with parameters of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.addItemsItem(FlowNodeInstanceItem itemsItem) Method parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.items(List<@Valid FlowNodeInstanceItem> items) voidFlowNodeInstanceSearchQueryResponse.setItems(List<@Valid FlowNodeInstanceItem> items)