Uses of Interface
io.camunda.client.api.search.request.MappingRulesByRoleSearchRequest
Packages that use MappingRulesByRoleSearchRequest
-
Uses of MappingRulesByRoleSearchRequest in io.camunda.client
Methods in io.camunda.client that return MappingRulesByRoleSearchRequestModifier and TypeMethodDescriptionCamundaClient.newMappingRulesByRoleSearchRequest(String roleId) Executes a search request to query mapping rules by role. -
Uses of MappingRulesByRoleSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return MappingRulesByRoleSearchRequestModifier and TypeMethodDescriptionCamundaClientImpl.newMappingRulesByRoleSearchRequest(String roleId) -
Uses of MappingRulesByRoleSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement MappingRulesByRoleSearchRequestMethods in io.camunda.client.impl.search.request that return MappingRulesByRoleSearchRequestModifier and TypeMethodDescriptionMappingRulesByRoleSearchRequestImpl.filter(MappingRuleFilter value) MappingRulesByRoleSearchRequestImpl.filter(Consumer<MappingRuleFilter> fn) MappingRulesByRoleSearchRequestImpl.page(SearchRequestPage value) MappingRulesByRoleSearchRequestImpl.page(Consumer<SearchRequestPage> fn) MappingRulesByRoleSearchRequestImpl.sort(MappingRuleSort value) MappingRulesByRoleSearchRequestImpl.sort(Consumer<MappingRuleSort> fn)