Schnittstelle $valueController


@RestController @Validated @RequestMapping(value="/proseo/prip/odata/{version}/Products(\'{Id}\')/$value", produces="application/octet-stream") public interface $valueController
Methods for downloading products according to ESA's Production Interface Delivery Point (PRIP) API (Generated with springmvc-raml-parser v.2.0.5)
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.springframework.http.ResponseEntity<?>
    getObjectById(@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String id, org.springframework.http.HttpHeaders httpHeaders)
    Download the product with the given identifier
  • Methodendetails

    • getObjectById

      @RequestMapping(value="", method=GET) org.springframework.http.ResponseEntity<?> getObjectById(@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") @PathVariable(name="Id") @Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String id, @RequestHeader org.springframework.http.HttpHeaders httpHeaders)
      Download the product with the given identifier