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 TypeMethodDescriptionDeprecated.FlowNodeInstanceItem.flowNodeId(String flowNodeId) Deprecated.FlowNodeInstanceItem.flowNodeInstanceKey(Long flowNodeInstanceKey) Deprecated.FlowNodeInstanceItem.flowNodeName(String flowNodeName) Deprecated.Deprecated.FlowNodeInstanceItem.incidentKey(Long incidentKey) Deprecated.FlowNodeInstanceItem.processDefinitionKey(Long processDefinitionKey) Deprecated.FlowNodeInstanceItem.processInstanceKey(Long processInstanceKey) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.getItems()Deprecated.Get itemsMethods in io.camunda.zeebe.client.protocol.rest with parameters of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.addItemsItem(FlowNodeInstanceItem itemsItem) Deprecated.Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type FlowNodeInstanceItemModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResponse.items(List<FlowNodeInstanceItem> items) Deprecated.voidFlowNodeInstanceSearchQueryResponse.setItems(List<FlowNodeInstanceItem> items) Deprecated.