Uses of Enum
io.camunda.client.api.search.enums.ElementInstanceState
Packages that use ElementInstanceState
Package
Description
-
Uses of ElementInstanceState in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return ElementInstanceStateModifier and TypeMethodDescriptionstatic ElementInstanceStateReturns the enum constant of this type with the specified name.static ElementInstanceState[]ElementInstanceState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ElementInstanceState in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionProcessInstanceFilter.elementInstanceState(ElementInstanceState state) Filter by elementInstanceStateProcessInstanceFilterBase.elementInstanceState(ElementInstanceState state) Filter by stateElementInstanceFilter.state(ElementInstanceState value) Filters element instances by state. -
Uses of ElementInstanceState in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return ElementInstanceState -
Uses of ElementInstanceState in io.camunda.client.api.statistics.filter
Methods in io.camunda.client.api.statistics.filter with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilter.elementInstanceState(ElementInstanceState state) Filter by elementInstanceStateProcessDefinitionStatisticsFilterBase.elementInstanceState(ElementInstanceState state) Filter by elementInstanceState -
Uses of ElementInstanceState in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionProcessInstanceFilterImpl.elementInstanceState(ElementInstanceState elementInstanceState) ElementInstanceFilterImpl.state(ElementInstanceState value) -
Uses of ElementInstanceState in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionElementInstanceStatePropertyImpl.eq(ElementInstanceState value) ElementInstanceStatePropertyImpl.in(ElementInstanceState... values) ElementInstanceStatePropertyImpl.neq(ElementInstanceState value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type ElementInstanceStateModifier and TypeMethodDescriptionElementInstanceStatePropertyImpl.in(List<ElementInstanceState> values) -
Uses of ElementInstanceState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return ElementInstanceState -
Uses of ElementInstanceState in io.camunda.client.impl.statistics.filter
Methods in io.camunda.client.impl.statistics.filter with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilterImpl.elementInstanceState(ElementInstanceState elementInstanceState)