Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure.DTOAssetMeasuringElementMeasureBatchInsert
Packages that use DTOAssetMeasuringElementMeasureBatchInsert
-
Uses of DTOAssetMeasuringElementMeasureBatchInsert in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Method parameters in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure with type arguments of type DTOAssetMeasuringElementMeasureBatchInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAssetMeasuringElementMeasureService.batchPost(@Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchInsert> dtos, Long assetId, Long measuringElementId) Creates multiple measures for an asset's measuring element in a single batch operation.