Package de.dlr.proseo.api.aipclient.rest
Interface AllbytimeController
- All Known Implementing Classes:
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)
-
Method Summary
Modifier and TypeMethodDescriptionorg.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.
-
Method Details
-
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.
-