public class ProductResource extends AbstractImporterResource
| Constructor and Description |
|---|
ProductResource(String id) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getDgfDatasets() |
javax.ws.rs.core.Response |
getDocumentation() |
javax.ws.rs.core.Response |
getFtpDatasets() |
javax.ws.rs.core.Response |
getProduct(String datasetId) |
javax.ws.rs.core.Response |
getProductResponse() |
javax.ws.rs.core.Response |
getTdsDatasets() |
javax.ws.rs.core.Response |
getWmsDatasets() |
check, checkSchedule, extractImportParameterspublic ProductResource(String id)
@GET public javax.ws.rs.core.Response getProductResponse()
@GET @Path(value="datasets/tds") public javax.ws.rs.core.Response getTdsDatasets()
@GET
@Path(value="datasets/tds/{datasetId}")
public javax.ws.rs.core.Response getProduct(@PathParam(value="datasetId")
String datasetId)
@GET @Path(value="datasets/wms") public javax.ws.rs.core.Response getWmsDatasets()
@GET @Path(value="datasets/ftp") public javax.ws.rs.core.Response getFtpDatasets()
@GET @Path(value="datasets/dgf") public javax.ws.rs.core.Response getDgfDatasets()
@GET @Path(value="documentation") public javax.ws.rs.core.Response getDocumentation()
Copyright © 2018. All Rights Reserved.