Uses of Interface
io.camunda.client.api.search.filter.builder.ElementInstanceStateProperty
Packages that use ElementInstanceStateProperty
Package
Description
-
Uses of ElementInstanceStateProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type ElementInstanceStatePropertyModifier and TypeMethodDescriptionProcessInstanceFilter.elementInstanceState(Consumer<ElementInstanceStateProperty> fn) Filter by elementInstanceState usingElementInstanceStatePropertyProcessInstanceFilterBase.elementInstanceState(Consumer<ElementInstanceStateProperty> fn) Filter by elementInstanceState usingElementInstanceStatePropertyElementInstanceFilter.state(Consumer<ElementInstanceStateProperty> fn) Filter by state usingElementInstanceStatePropertyconsumer -
Uses of ElementInstanceStateProperty in io.camunda.client.api.statistics.filter
Method parameters in io.camunda.client.api.statistics.filter with type arguments of type ElementInstanceStatePropertyModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilter.elementInstanceState(Consumer<ElementInstanceStateProperty> fn) Filter by elementInstanceState usingElementInstanceStatePropertyProcessDefinitionStatisticsFilterBase.elementInstanceState(Consumer<ElementInstanceStateProperty> fn) Filter by elementInstanceState usingElementInstanceStateProperty -
Uses of ElementInstanceStateProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type ElementInstanceStatePropertyModifier and TypeMethodDescriptionProcessInstanceFilterImpl.elementInstanceState(Consumer<ElementInstanceStateProperty> fn) ElementInstanceFilterImpl.state(Consumer<ElementInstanceStateProperty> fn) -
Uses of ElementInstanceStateProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement ElementInstanceStatePropertyMethods in io.camunda.client.impl.search.filter.builder that return ElementInstanceStatePropertyModifier and TypeMethodDescriptionElementInstanceStatePropertyImpl.eq(ElementInstanceState value) ElementInstanceStatePropertyImpl.exists(boolean value) ElementInstanceStatePropertyImpl.in(ElementInstanceState... values) ElementInstanceStatePropertyImpl.in(List<ElementInstanceState> values) ElementInstanceStatePropertyImpl.neq(ElementInstanceState value) -
Uses of ElementInstanceStateProperty in io.camunda.client.impl.statistics.filter
Method parameters in io.camunda.client.impl.statistics.filter with type arguments of type ElementInstanceStatePropertyModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilterImpl.elementInstanceState(Consumer<ElementInstanceStateProperty> fn)