Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.DTOAssetMeasuringElement
Packages that use DTOAssetMeasuringElement
-
Uses of DTOAssetMeasuringElement in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement that return types with arguments of type DTOAssetMeasuringElementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetMeasuringElement> OrchestratorAssetMeasuringElementService.get(Long assetId, Long measuringElementId, Collection<String> fields) Retrieves the requiredDTOAssetMeasuringElementby calling theMeasuringElementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAssetMeasuringElement>> OrchestratorAssetMeasuringElementService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetMeasuringElementFilter filter) Returns the collection of all the stored measuring elements related to the asset by calling theMeasuringElementSearchEvent.