Class OrchestratorActivityAssignmentService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityassignment.OrchestratorActivityAssignmentService
@RestController
@RequestMapping("scheduling/manual/r1/scheduling/activities-assignments")
@Resource(logging=true)
public class OrchestratorActivityAssignmentService
extends PrivateService
Service to manage activities assignments.
- Since:
- 17.0
- GCApi:
- rest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOActivityAssignmentResponse> Assign an activity to a resourceActivityManualAssignmentEvent.
-
Constructor Details
-
OrchestratorActivityAssignmentService
public OrchestratorActivityAssignmentService()
-
-
Method Details
-
post
@PostMapping(consumes="application/json", produces="application/json") public org.springframework.http.ResponseEntity<DTOActivityAssignmentResponse> post(@Valid @RequestBody @Valid DTOActivityAssignment dto) throws DAValidateException, DAException Assign an activity to a resourceActivityManualAssignmentEvent.- Parameters:
dto- theDTOActivityAssignment- Returns:
- the standard response containing the new schedulings id
- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-