Uses of Enum
io.camunda.client.api.search.response.IncidentState
Packages that use IncidentState
Package
Description
-
Uses of IncidentState in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type IncidentStateModifier and TypeMethodDescriptionIncidentFilter.state(IncidentState value) Filters incidents by the state of incident. -
Uses of IncidentState in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return IncidentStateModifier and TypeMethodDescriptionstatic IncidentStateIncidentState.fromProtocolState(IncidentResult.StateEnum value) Incident.getState()static IncidentStateReturns the enum constant of this type with the specified name.static IncidentState[]IncidentState.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 IncidentStateModifier and TypeMethodDescriptionstatic IncidentFilter.StateEnumIncidentState.toProtocolState(IncidentState value) -
Uses of IncidentState in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type IncidentState -
Uses of IncidentState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return IncidentState