Class UserTaskVariableFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<UserTaskVariableFilterRequest>
io.camunda.client.impl.search.filter.UserTaskVariableFilterImpl
- All Implemented Interfaces:
UserTaskVariableFilter,TypedSearchRequest.SearchRequestFilter
public class UserTaskVariableFilterImpl
extends TypedSearchRequestPropertyProvider<UserTaskVariableFilterRequest>
implements UserTaskVariableFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UserTaskVariableFilterRequestFilters variables by the specified name.name(Consumer<StringProperty> fn) Filters variables by the specified name usingStringPropertyconsumer.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
UserTaskVariableFilterImpl
public UserTaskVariableFilterImpl()
-
-
Method Details
-
name
Description copied from interface:UserTaskVariableFilterFilters variables by the specified name.- Specified by:
namein interfaceUserTaskVariableFilter- Parameters:
name- the name of the variable- Returns:
- the updated filter
-
name
Description copied from interface:UserTaskVariableFilterFilters variables by the specified name usingStringPropertyconsumer.- Specified by:
namein interfaceUserTaskVariableFilter- Parameters:
fn- the nameStringPropertyconsumer of the variable- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<UserTaskVariableFilterRequest>
-