Class RoleFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<RoleFilterRequest>
io.camunda.client.impl.search.filter.RoleFilterImpl
- All Implemented Interfaces:
RoleFilter,TypedSearchRequest.SearchRequestFilter
public class RoleFilterImpl
extends TypedSearchRequestPropertyProvider<RoleFilterRequest>
implements RoleFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RoleFilterRequestFilter roles by the specified name.Filter roles by the specified role ID.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
RoleFilterImpl
public RoleFilterImpl()
-
-
Method Details
-
roleId
Description copied from interface:RoleFilterFilter roles by the specified role ID.- Specified by:
roleIdin interfaceRoleFilter- Parameters:
roleId- the ID of the role- Returns:
- the updated filter
-
name
Description copied from interface:RoleFilterFilter roles by the specified name.- Specified by:
namein interfaceRoleFilter- Parameters:
name- the name of the role- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<RoleFilterRequest>
-