Uses of Class
io.camunda.client.protocol.rest.FlowNodeInstanceResult
Packages that use FlowNodeInstanceResult
Package
Description
-
Uses of FlowNodeInstanceResult in io.camunda.client.impl.search
Methods in io.camunda.client.impl.search with parameters of type FlowNodeInstanceResultModifier and TypeMethodDescriptionstatic FlowNodeInstanceSearchResponseMapper.toFlowNodeInstanceGetResponse(FlowNodeInstanceResult response) -
Uses of FlowNodeInstanceResult in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type FlowNodeInstanceResult -
Uses of FlowNodeInstanceResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceResult.flowNodeId(String flowNodeId) FlowNodeInstanceResult.flowNodeInstanceKey(String flowNodeInstanceKey) FlowNodeInstanceResult.flowNodeName(String flowNodeName) FlowNodeInstanceResult.hasIncident(Boolean hasIncident) FlowNodeInstanceResult.incidentKey(String incidentKey) FlowNodeInstanceResult.processDefinitionId(String processDefinitionId) FlowNodeInstanceResult.processDefinitionKey(String processDefinitionKey) FlowNodeInstanceResult.processInstanceKey(String processInstanceKey) FlowNodeInstanceResult.state(FlowNodeInstanceResult.StateEnum state) FlowNodeInstanceResult.type(FlowNodeInstanceResult.TypeEnum type) Methods in io.camunda.client.protocol.rest that return types with arguments of type FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResult.getItems()The matching flow node instances.Methods in io.camunda.client.protocol.rest with parameters of type FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResult.addItemsItem(FlowNodeInstanceResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type FlowNodeInstanceResultModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryResult.items(List<FlowNodeInstanceResult> items) voidFlowNodeInstanceSearchQueryResult.setItems(List<FlowNodeInstanceResult> items)