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)
  • 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:
      getRestProcessingFacilities in Schnittstelle ProcessingfacilityController
    • 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:
      getRestProcessingFacilityByName in Schnittstelle ProcessingfacilityController
    • 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:
      finishKubeJob in Schnittstelle ProcessingfacilityController
    • 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:
      synchronizeFacility in Schnittstelle ProcessingfacilityController