Uses of Class
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceItem
Packages that use FlowNodeInstanceItem
Package
Description
-
Uses of FlowNodeInstanceItem in io.camunda.zeebe.client.impl.search.response
Constructors in io.camunda.zeebe.client.impl.search.response with parameters of type FlowNodeInstanceItem -
Uses of FlowNodeInstanceItem in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.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.client.protocol.rest that return types with arguments of type FlowNodeInstanceItemMethods in io.camunda.zeebe.client.protocol.rest with parameters of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.addItemsItem(FlowNodeInstanceItem itemsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.items(List<FlowNodeInstanceItem> items) voidFlowNodeInstanceSearchQueryResponse.setItems(List<FlowNodeInstanceItem> items)