public class ReportResource extends AbstractImporterResource
| Constructor and Description |
|---|
ReportResource(String taskId,
String executionId,
String reportId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getReport()
Return the given report.
|
javax.ws.rs.core.Response |
getReportText()
Return the given report.
|
javax.ws.rs.core.Response |
update(org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport report)
Update the content of a report.
|
check, checkSchedule, extractImportParameters@GET public javax.ws.rs.core.Response getReport()
@GET @Path(value="text") @Produces(value="text/plain") public javax.ws.rs.core.Response getReportText()
@PUT @Produces(value="application/xml") @Consumes(value="application/xml") public javax.ws.rs.core.Response update(org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport report)
report - Copyright © 2018. All Rights Reserved.