Uses of Enum
io.camunda.client.protocol.rest.FlowNodeInstanceResult.StateEnum
Packages that use FlowNodeInstanceResult.StateEnum
-
Uses of FlowNodeInstanceResult.StateEnum in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response with parameters of type FlowNodeInstanceResult.StateEnumModifier and TypeMethodDescriptionstatic FlowNodeInstanceStateFlowNodeInstanceState.fromProtocolState(FlowNodeInstanceResult.StateEnum value) -
Uses of FlowNodeInstanceResult.StateEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return FlowNodeInstanceResult.StateEnumModifier and TypeMethodDescriptionFlowNodeInstanceResult.getState()State of flow node instance as defined set of values.Returns the enum constant of this type with the specified name.static FlowNodeInstanceResult.StateEnum[]FlowNodeInstanceResult.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type FlowNodeInstanceResult.StateEnumModifier and TypeMethodDescriptionvoidFlowNodeInstanceResult.setState(FlowNodeInstanceResult.StateEnum state) FlowNodeInstanceResult.state(FlowNodeInstanceResult.StateEnum state)