Interface RoleFilter
- All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
- All Known Implementing Classes:
RoleFilterImpl
-
Method Summary
Modifier and TypeMethodDescriptionFilter roles by the specified name.Filter roles by the specified role ID.
-
Method Details
-
roleId
Filter roles by the specified role ID.- Parameters:
roleId- the ID of the role- Returns:
- the updated filter
-
name
Filter roles by the specified name.- Parameters:
name- the name of the role- Returns:
- the updated filter
-