Class VariableValueFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<VariableValueFilterProperty>
io.camunda.client.impl.search.filter.VariableValueFilterImpl
- All Implemented Interfaces:
VariableValueFilter,TypedFilterableRequest.SearchRequestFilter
public class VariableValueFilterImpl
extends TypedSearchRequestPropertyProvider<VariableValueFilterProperty>
implements VariableValueFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected VariableValueFilterPropertyFilter by variable nameFilter by variable value equal to the specified valuevalue(Consumer<StringProperty> fn) Filter by variable value with filter criteriaMethods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
VariableValueFilterImpl
public VariableValueFilterImpl()
-
-
Method Details
-
name
Description copied from interface:VariableValueFilterFilter by variable name- Specified by:
namein interfaceVariableValueFilter
-
value
Description copied from interface:VariableValueFilterFilter by variable value equal to the specified value- Specified by:
valuein interfaceVariableValueFilter
-
value
Description copied from interface:VariableValueFilterFilter by variable value with filter criteria- Specified by:
valuein interfaceVariableValueFilter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<VariableValueFilterProperty>
-