Class OrchestratorResourceWithInterventionService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention.OrchestratorResourceWithInterventionService
@RestController
@RequestMapping("work-orders/execution/r1/interventions-resources")
@Resource(logging=true)
public class OrchestratorResourceWithInterventionService
extends PrivateService
Service for manage intervention.
- Since:
- 18.0
- GCApi:
- rest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceWithInterventionResponse>> Returns a list of resources and their related interventionsResourceWithInterventionSearchEvent.
-
Constructor Details
-
OrchestratorResourceWithInterventionService
public OrchestratorResourceWithInterventionService()
-
-
Method Details
-
getCollection
@GetMapping(produces="application/json") public org.springframework.http.ResponseEntity<PageResponse<DTOResourceWithInterventionResponse>> getCollection(@RequestParam("_page") @Valid @Valid Page page, @NotNull @Valid @NotNull @Valid DTOResourceWithInterventionFilter dto) throws DAValidateException, DAException Returns a list of resources and their related interventionsResourceWithInterventionSearchEvent.- Parameters:
dto- theDTOResourceWithInterventionFilter- Returns:
- the response containing the list of the resource with their intervention
- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-