Uses of Interface
io.camunda.zeebe.client.api.search.filter.VariableValueFilter
Packages that use VariableValueFilter
-
Uses of VariableValueFilter in io.camunda.zeebe.client.api.search
Methods in io.camunda.zeebe.client.api.search that return VariableValueFilterModifier and TypeMethodDescriptionstatic VariableValueFilterSearchRequestBuilders.variableValueFilter()Deprecated.Create a variable value filter.static VariableValueFilterSearchRequestBuilders.variableValueFilter(Consumer<VariableValueFilter> fn) Deprecated.Create a variable value filter by using a fluent builder.Method parameters in io.camunda.zeebe.client.api.search with type arguments of type VariableValueFilterModifier and TypeMethodDescriptionstatic VariableValueFilterSearchRequestBuilders.variableValueFilter(Consumer<VariableValueFilter> fn) Deprecated.Create a variable value filter by using a fluent builder. -
Uses of VariableValueFilter in io.camunda.zeebe.client.api.search.filter
Methods in io.camunda.zeebe.client.api.search.filter that return VariableValueFilterModifier and TypeMethodDescriptionDeprecated.Filter by variable value equal to valueDeprecated.Filter by variable value greater than valueDeprecated.Filter by variable value greater equals than valueDeprecated.Filter by variable value lower than valueDeprecated.Filter by variable value lower equals than valueDeprecated.Filter by variable name