Class OrchestratorResourceMissingSkillService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.missingskill.OrchestratorResourceMissingSkillService
@RestController
@RequestMapping("workforce/resources/r1/resources/missing-skills")
@Resource(logging=true)
public class OrchestratorResourceMissingSkillService
extends PrivateService
Service for search resource missing skills
- Since:
- 17.0
- GCApi:
- rest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceMissingSkills>
-
Constructor Details
-
OrchestratorResourceMissingSkillService
public OrchestratorResourceMissingSkillService()
-
-
Method Details
-
getMissingSkills
@GetMapping(produces="application/json") public org.springframework.http.ResponseEntity<DTOResourceMissingSkills> getMissingSkills(@Valid @Valid DTOResourceMissingSkillsSearch inputDto) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-