Uses of Interface
io.camunda.client.api.search.request.BatchOperationSearchRequest
Packages that use BatchOperationSearchRequest
-
Uses of BatchOperationSearchRequest in io.camunda.client
Methods in io.camunda.client that return BatchOperationSearchRequestModifier and TypeMethodDescriptionCamundaClient.newBatchOperationSearchRequest()Executes a search request to query batch operations. -
Uses of BatchOperationSearchRequest in io.camunda.client.impl
Methods in io.camunda.client.impl that return BatchOperationSearchRequest -
Uses of BatchOperationSearchRequest in io.camunda.client.impl.search.request
Classes in io.camunda.client.impl.search.request that implement BatchOperationSearchRequestMethods in io.camunda.client.impl.search.request that return BatchOperationSearchRequestModifier and TypeMethodDescriptionBatchOperationSearchRequestImpl.filter(BatchOperationFilter value) BatchOperationSearchRequestImpl.filter(Consumer<BatchOperationFilter> fn) BatchOperationSearchRequestImpl.page(SearchRequestPage value) BatchOperationSearchRequestImpl.page(Consumer<SearchRequestPage> fn) BatchOperationSearchRequestImpl.sort(BatchOperationSort value) BatchOperationSearchRequestImpl.sort(Consumer<BatchOperationSort> fn)