Uses of Enum
io.camunda.client.api.search.response.FlowNodeInstanceType
Packages that use FlowNodeInstanceType
Package
Description
-
Uses of FlowNodeInstanceType in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type FlowNodeInstanceTypeModifier and TypeMethodDescriptionFlownodeInstanceFilter.type(FlowNodeInstanceType value) Filters flow node instances by type. -
Uses of FlowNodeInstanceType in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return FlowNodeInstanceTypeModifier and TypeMethodDescriptionstatic FlowNodeInstanceTypeFlowNodeInstanceType.fromProtocolType(FlowNodeInstanceResult.TypeEnum value) FlowNodeInstance.getType()type of flow node instancestatic FlowNodeInstanceTypeReturns the enum constant of this type with the specified name.static FlowNodeInstanceType[]FlowNodeInstanceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.api.search.response with parameters of type FlowNodeInstanceTypeModifier and TypeMethodDescriptionFlowNodeInstanceType.toProtocolType(FlowNodeInstanceType value) -
Uses of FlowNodeInstanceType in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type FlowNodeInstanceType -
Uses of FlowNodeInstanceType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return FlowNodeInstanceType