Uses of Class
io.camunda.client.protocol.rest.BatchOperationItemResponse
Packages that use BatchOperationItemResponse
-
Uses of BatchOperationItemResponse in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type BatchOperationItemResponse -
Uses of BatchOperationItemResponse in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationItemResponseModifier and TypeMethodDescriptionBatchOperationItemResponse.batchOperationKey(String batchOperationKey) BatchOperationItemResponse.errorMessage(String errorMessage) BatchOperationItemResponse.operationType(BatchOperationTypeEnum operationType) BatchOperationItemResponse.processedDate(String processedDate) BatchOperationItemResponse.processInstanceKey(String processInstanceKey) BatchOperationItemResponse.state(BatchOperationItemResponse.StateEnum state) Methods in io.camunda.client.protocol.rest that return types with arguments of type BatchOperationItemResponseModifier and TypeMethodDescriptionBatchOperationItemSearchQueryResult.getItems()The matching batch operations.Methods in io.camunda.client.protocol.rest with parameters of type BatchOperationItemResponseModifier and TypeMethodDescriptionBatchOperationItemSearchQueryResult.addItemsItem(BatchOperationItemResponse itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type BatchOperationItemResponseModifier and TypeMethodDescriptionBatchOperationItemSearchQueryResult.items(List<BatchOperationItemResponse> items) voidBatchOperationItemSearchQueryResult.setItems(List<BatchOperationItemResponse> items)