Interface UserTaskVariableFilter
- All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
- All Known Implementing Classes:
UserTaskVariableFilterImpl
-
Method Summary
Modifier and TypeMethodDescriptionFilters variables by the specified name.name(Consumer<StringProperty> fn) Filters variables by the specified name usingStringPropertyconsumer.
-
Method Details
-
name
Filters variables by the specified name.- Parameters:
name- the name of the variable- Returns:
- the updated filter
-
name
Filters variables by the specified name usingStringPropertyconsumer.- Parameters:
fn- the nameStringPropertyconsumer of the variable- Returns:
- the updated filter
-