Uses of Interface
io.camunda.client.api.search.request.MappingsByRoleSearchRequest
Packages that use MappingsByRoleSearchRequest
-
Uses of MappingsByRoleSearchRequest in io.camunda.client
Methods in io.camunda.client that return MappingsByRoleSearchRequestModifier and TypeMethodDescriptionCamundaClient.newMappingsByRoleSearchRequest(String roleId) Executes a search request to query mappings by role. -
Uses of MappingsByRoleSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return MappingsByRoleSearchRequestModifier and TypeMethodDescriptionCamundaClientImpl.newMappingsByRoleSearchRequest(String roleId) -
Uses of MappingsByRoleSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement MappingsByRoleSearchRequestMethods in io.camunda.client.impl.search.request that return MappingsByRoleSearchRequestModifier and TypeMethodDescriptionMappingsByRoleSearchRequestImpl.filter(MappingFilter value) MappingsByRoleSearchRequestImpl.filter(Consumer<MappingFilter> fn) MappingsByRoleSearchRequestImpl.page(SearchRequestPage value) MappingsByRoleSearchRequestImpl.page(Consumer<SearchRequestPage> fn) MappingsByRoleSearchRequestImpl.sort(MappingSort value) MappingsByRoleSearchRequestImpl.sort(Consumer<MappingSort> fn)