Uses of Interface
io.camunda.client.api.search.request.RolesByGroupSearchRequest
Packages that use RolesByGroupSearchRequest
-
Uses of RolesByGroupSearchRequest in io.camunda.client
Methods in io.camunda.client that return RolesByGroupSearchRequestModifier and TypeMethodDescriptionCamundaClient.newRolesByGroupSearchRequest(String groupId) Executes a search request to query roles by group. -
Uses of RolesByGroupSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return RolesByGroupSearchRequest -
Uses of RolesByGroupSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement RolesByGroupSearchRequestMethods in io.camunda.client.impl.search.request that return RolesByGroupSearchRequestModifier and TypeMethodDescriptionRolesByGroupSearchRequestImpl.filter(RoleFilter value) RolesByGroupSearchRequestImpl.filter(Consumer<RoleFilter> fn) RolesByGroupSearchRequestImpl.page(SearchRequestPage value) RolesByGroupSearchRequestImpl.page(Consumer<SearchRequestPage> fn)