Uses of Class
io.camunda.client.protocol.rest.BatchOperationResponse
Packages that use BatchOperationResponse
-
Uses of BatchOperationResponse in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response with parameters of type BatchOperationResponseModifier and TypeMethodDescriptionstatic BatchOperationSearchResponseMapper.toBatchOperationGetResponse(BatchOperationResponse response) Constructors in io.camunda.client.impl.search.response with parameters of type BatchOperationResponse -
Uses of BatchOperationResponse in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationResponseModifier and TypeMethodDescriptionBatchOperationResponse.addErrorsItem(BatchOperationError errorsItem) BatchOperationResponse.batchOperationKey(String batchOperationKey) BatchOperationResponse.batchOperationType(BatchOperationTypeEnum batchOperationType) BatchOperationResponse.errors(List<BatchOperationError> errors) BatchOperationResponse.operationsCompletedCount(Integer operationsCompletedCount) BatchOperationResponse.operationsFailedCount(Integer operationsFailedCount) BatchOperationResponse.operationsTotalCount(Integer operationsTotalCount) BatchOperationResponse.state(BatchOperationResponse.StateEnum state) Methods in io.camunda.client.protocol.rest that return types with arguments of type BatchOperationResponseModifier and TypeMethodDescriptionBatchOperationSearchQueryResult.getItems()The matching batch operations.Methods in io.camunda.client.protocol.rest with parameters of type BatchOperationResponseModifier and TypeMethodDescriptionBatchOperationSearchQueryResult.addItemsItem(BatchOperationResponse itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type BatchOperationResponseModifier and TypeMethodDescriptionBatchOperationSearchQueryResult.items(List<BatchOperationResponse> items) voidBatchOperationSearchQueryResult.setItems(List<BatchOperationResponse> items)