Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure.DTOAssetMeasuringElementMeasureBatchStatusChange
Packages that use DTOAssetMeasuringElementMeasureBatchStatusChange
-
Uses of DTOAssetMeasuringElementMeasureBatchStatusChange 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 DTOAssetMeasuringElementMeasureBatchStatusChangeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.batchReject(Long assetId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchStatusChange> batchInput) Rejects a batch of measures for a specific asset's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.batchValidate(Long assetId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchStatusChange> batchInput) Validates a batch of measures for a specific asset's measuring element.