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.filter.builder
Methods in io.camunda.client.api.search.filter.builder with parameters of type IncidentStateMethod parameters in io.camunda.client.api.search.filter.builder with type arguments of type IncidentState -
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.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type IncidentStateModifier and TypeMethodDescriptionIncidentStatePropertyImpl.eq(IncidentState value) IncidentStatePropertyImpl.in(IncidentState... values) IncidentStatePropertyImpl.neq(IncidentState value) IncidentStatePropertyImpl.notIn(IncidentState... values) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type IncidentStateModifier and TypeMethodDescriptionIncidentStatePropertyImpl.in(List<IncidentState> values) IncidentStatePropertyImpl.notIn(List<IncidentState> values) -
Uses of IncidentState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return IncidentState