Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure.DTOAssetMeasuringElementMeasure
Packages that use DTOAssetMeasuringElementMeasure
-
Uses of DTOAssetMeasuringElementMeasure in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure that return types with arguments of type DTOAssetMeasuringElementMeasureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetMeasuringElementMeasure> OrchestratorAssetMeasuringElementMeasureService.get(Long assetId, Long measuringElementId, Long measureId, Collection<String> fields) Retrieves a specific measure for an asset's measuring element.org.springframework.http.ResponseEntity<PageResponse<DTOAssetMeasuringElementMeasure>> OrchestratorAssetMeasuringElementMeasureService.getCollection(Long assetId, Long measuringElementId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetMeasuringElementMeasureFilter filter) Retrieves a paginated collection of measures for a specific asset's measuring element.