Uses of Interface
io.camunda.client.api.search.request.MappingRulesByGroupSearchRequest
Packages that use MappingRulesByGroupSearchRequest
-
Uses of MappingRulesByGroupSearchRequest in io.camunda.client
Methods in io.camunda.client that return MappingRulesByGroupSearchRequestModifier and TypeMethodDescriptionCamundaClient.newMappingRulesByGroupSearchRequest(String groupId) Executes a search request to query mapping rules by group. -
Uses of MappingRulesByGroupSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return MappingRulesByGroupSearchRequestModifier and TypeMethodDescriptionCamundaClientImpl.newMappingRulesByGroupSearchRequest(String groupId) -
Uses of MappingRulesByGroupSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement MappingRulesByGroupSearchRequestMethods in io.camunda.client.impl.search.request that return MappingRulesByGroupSearchRequestModifier and TypeMethodDescriptionMappingRulesByGroupSearchRequestImpl.filter(MappingRuleFilter value) MappingRulesByGroupSearchRequestImpl.filter(Consumer<MappingRuleFilter> fn) MappingRulesByGroupSearchRequestImpl.page(SearchRequestPage value) MappingRulesByGroupSearchRequestImpl.page(Consumer<SearchRequestPage> fn) MappingRulesByGroupSearchRequestImpl.sort(MappingRuleSort value) MappingRulesByGroupSearchRequestImpl.sort(Consumer<MappingRuleSort> fn)