Class GroupFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<GroupFilterRequest>
io.camunda.client.impl.search.filter.GroupFilterImpl
- All Implemented Interfaces:
GroupFilter,TypedSearchRequest.SearchRequestFilter
public class GroupFilterImpl
extends TypedSearchRequestPropertyProvider<GroupFilterRequest>
implements GroupFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GroupFilterRequestFilters groups by the specified groupId.Filters groups by the specified name.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
GroupFilterImpl
public GroupFilterImpl()
-
-
Method Details
-
groupId
Description copied from interface:GroupFilterFilters groups by the specified groupId.- Specified by:
groupIdin interfaceGroupFilter- Parameters:
groupId- the ID of the group- Returns:
- the updated filter
-
name
Description copied from interface:GroupFilterFilters groups by the specified name.- Specified by:
namein interfaceGroupFilter- Parameters:
name- the name of the group- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<GroupFilterRequest>
-