Package de.dlr.proseo.model.rest
Klasse ProcessingfacilityControllerDecorator
java.lang.Object
de.dlr.proseo.model.rest.ProcessingfacilityControllerDecorator
- Alle implementierten Schnittstellen:
ProcessingfacilityController
@RestController
@RequestMapping(value="/proseo/planner/{version}/processingfacilities",
produces="application/json")
@Validated
public class ProcessingfacilityControllerDecorator
extends Object
implements ProcessingfacilityController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity<PlannerPod> finishKubeJob(String podname, String name, String status, org.springframework.http.HttpHeaders httpHeaders) Pod of name has finished with stateorg.springframework.http.ResponseEntity<List<RestProcessingFacility>> getRestProcessingFacilities(org.springframework.http.HttpHeaders httpHeaders) Update and get running and connected processing facilitiesorg.springframework.http.ResponseEntity<RestProcessingFacility> getRestProcessingFacilityByName(String name, org.springframework.http.HttpHeaders httpHeaders) Get production planner processingfacilitiy by nameorg.springframework.http.ResponseEntity<RestProcessingFacility> synchronizeFacility(String name, org.springframework.http.HttpHeaders httpHeaders) Update and get running and connected processing facilities
-
Konstruktordetails
-
ProcessingfacilityControllerDecorator
public ProcessingfacilityControllerDecorator()
-
-
Methodendetails
-
getRestProcessingFacilities
@RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<List<RestProcessingFacility>> getRestProcessingFacilities(@RequestHeader org.springframework.http.HttpHeaders httpHeaders) Update and get running and connected processing facilities- Angegeben von:
getRestProcessingFacilitiesin SchnittstelleProcessingfacilityController
-
getRestProcessingFacilityByName
@RequestMapping(value="/{name}", method=GET) public org.springframework.http.ResponseEntity<RestProcessingFacility> getRestProcessingFacilityByName(@PathVariable String name, @RequestHeader org.springframework.http.HttpHeaders httpHeaders) Get production planner processingfacilitiy by name- Angegeben von:
getRestProcessingFacilityByNamein SchnittstelleProcessingfacilityController
-
finishKubeJob
@RequestMapping(value="/{name}/finish/{podname}", method=POST) public org.springframework.http.ResponseEntity<PlannerPod> finishKubeJob(@PathVariable String podname, @PathVariable String name, @RequestParam String status, @RequestHeader org.springframework.http.HttpHeaders httpHeaders) Pod of name has finished with state- Angegeben von:
finishKubeJobin SchnittstelleProcessingfacilityController
-
synchronizeFacility
@RequestMapping(value="/synchronize/{name}", method=GET) public org.springframework.http.ResponseEntity<RestProcessingFacility> synchronizeFacility(@PathVariable String name, @RequestHeader org.springframework.http.HttpHeaders httpHeaders) Update and get running and connected processing facilities- Angegeben von:
synchronizeFacilityin SchnittstelleProcessingfacilityController
-