Uses of Class
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceResult
Packages that use FlowNodeInstanceResult
-
Uses of FlowNodeInstanceResult in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceResult.flowNodeId(String flowNodeId) FlowNodeInstanceResult.flowNodeInstanceKey(String flowNodeInstanceKey) FlowNodeInstanceResult.flowNodeName(String flowNodeName) FlowNodeInstanceResult.incidentKey(String incidentKey) FlowNodeInstanceResult.processDefinitionKey(String processDefinitionKey) FlowNodeInstanceResult.processInstanceKey(String processInstanceKey) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type FlowNodeInstanceResultMethods in io.camunda.zeebe.client.protocol.rest with parameters of type FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResult.addItemsItem(FlowNodeInstanceResult itemsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResult.items(List<FlowNodeInstanceResult> items) voidFlowNodeInstanceSearchQueryResult.setItems(List<FlowNodeInstanceResult> items)