public class ExecutionResource extends AbstractImporterResource
| Constructor and Description |
|---|
ExecutionResource(String taskId,
String executionId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addReport(org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport report) |
javax.ws.rs.core.Response |
getExecution() |
ReportResource |
getReport(String reportId) |
javax.ws.rs.core.Response |
getReports() |
javax.ws.rs.core.Response |
update(org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution execution)
Update the execution.
|
check, checkSchedule, extractImportParameters@GET public javax.ws.rs.core.Response getExecution()
@GET @Path(value="reports") public javax.ws.rs.core.Response getReports()
@Path(value="reports/{reportId}")
public ReportResource getReport(@PathParam(value="reportId")
String reportId)
@POST @Path(value="reports") @Produces(value="application/xml") @Consumes(value="application/xml") public javax.ws.rs.core.Response addReport(org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport report)
@PUT @Produces(value="application/xml") @Consumes(value="application/xml") public javax.ws.rs.core.Response update(org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution execution)
report - Copyright © 2018. All Rights Reserved.