Package de.dlr.proseo.api.aipclient.rest
Schnittstelle AllbytimeController
- Alle bekannten Implementierungsklassen:
AllbytimeControllerDecorator
,AllbytimeControllerImpl
public interface AllbytimeController
Retrieve products from a remote Long-term Archive by product type and time interval
(Generated with springmvc-raml-parser v.2.0.5)
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<List<RestProduct>> downloadAllBySensingTime
(String productType, String startTime, String stopTime, String facility, org.springframework.http.HttpHeaders httpHeaders) Provide all products with the given product type at the given processing facility, whose sensing times intersect with the given sensing time interval.
-
Methodendetails
-
downloadAllBySensingTime
org.springframework.http.ResponseEntity<List<RestProduct>> downloadAllBySensingTime(String productType, String startTime, String stopTime, String facility, org.springframework.http.HttpHeaders httpHeaders) Provide all products with the given product type at the given processing facility, whose sensing times intersect with the given sensing time interval. Query all configured LTAs for products with the given search criteria, the first response is evaluated. The product metadata is returned to the caller, then the products are downloaded from the LTA and ingested at the given processing facility, unless they are already available there.
-