Uses of Interface
io.camunda.client.api.search.request.UsersByGroupSearchRequest
Packages that use UsersByGroupSearchRequest
-
Uses of UsersByGroupSearchRequest in io.camunda.client
Methods in io.camunda.client that return UsersByGroupSearchRequestModifier and TypeMethodDescriptionCamundaClient.newUsersByGroupSearchRequest(String groupId) Executes a search request to query users by group. -
Uses of UsersByGroupSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return UsersByGroupSearchRequest -
Uses of UsersByGroupSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement UsersByGroupSearchRequestMethods in io.camunda.client.impl.search.request that return UsersByGroupSearchRequestModifier and TypeMethodDescriptionUsersByGroupSearchRequestImpl.filter(GroupUserFilter value) UsersByGroupSearchRequestImpl.filter(Consumer<GroupUserFilter> fn) UsersByGroupSearchRequestImpl.page(SearchRequestPage value) UsersByGroupSearchRequestImpl.page(Consumer<SearchRequestPage> fn) UsersByGroupSearchRequestImpl.sort(GroupUserSort value) UsersByGroupSearchRequestImpl.sort(Consumer<GroupUserSort> fn)