Uses of Enum
io.camunda.client.api.search.enums.IncidentState
Packages that use IncidentState
Package
Description
-
Uses of IncidentState in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return IncidentStateModifier and TypeMethodDescriptionstatic 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. -
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 IncidentState -
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