Uses of Interface
io.camunda.client.api.fetch.MappingsByGroupSearchRequest
Packages that use MappingsByGroupSearchRequest
-
Uses of MappingsByGroupSearchRequest in io.camunda.client
Methods in io.camunda.client that return MappingsByGroupSearchRequestModifier and TypeMethodDescriptionCamundaClient.newMappingsByGroupSearchRequest(String groupId) Executes a search request to query mappings by group. -
Uses of MappingsByGroupSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return MappingsByGroupSearchRequestModifier and TypeMethodDescriptionCamundaClientImpl.newMappingsByGroupSearchRequest(String groupId) -
Uses of MappingsByGroupSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement MappingsByGroupSearchRequestMethods in io.camunda.client.impl.search.request that return MappingsByGroupSearchRequestModifier and TypeMethodDescriptionMappingsByGroupSearchRequestImpl.filter(MappingFilter value) MappingsByGroupSearchRequestImpl.filter(Consumer<MappingFilter> fn) MappingsByGroupSearchRequestImpl.page(SearchRequestPage value) MappingsByGroupSearchRequestImpl.page(Consumer<SearchRequestPage> fn) MappingsByGroupSearchRequestImpl.sort(MappingSort value) MappingsByGroupSearchRequestImpl.sort(Consumer<MappingSort> fn)