Uses of Class
overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure.DTOInterventionMeasure
Packages that use DTOInterventionMeasure
-
Uses of DTOInterventionMeasure in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure that return types with arguments of type DTOInterventionMeasureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOInterventionMeasure> OrchestratorInterventionMeasureService.get(Long interventionId, Long measureId, Collection<String> fields) Retrieves a specific measure for an intervention by calling theMeasureLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOInterventionMeasure>> OrchestratorInterventionMeasureService.getCollection(Long interventionId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionMeasureFilter filter) Retrieves a paginated collection of measures for a specific intervention by calling theMeasureSearchEvent.