| Package | Description |
|---|---|
| org.gcube.dataanalysis.copernicus.cmems.importer.service.service |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution |
TaskStore.addExecution(String taskId,
org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution execution)
Add an execution to an existing task.
|
org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport |
TaskStore.addReport(String taskId,
String executionId,
org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport report)
Add a report to an existing execution.
|
org.gcube.dataanalysis.copernicus.cmems.importer.task.ImportTask |
TaskStore.addTask(org.gcube.dataanalysis.copernicus.cmems.importer.task.ImportTask task)
Add a new task.
|
org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution |
TaskStore.getExecution(String taskId,
String executionId)
Return the given execution.
|
List<org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution> |
TaskStore.getExecutions(String taskId)
Return all executions for the given task.
|
org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution |
TaskStore.getLastExecution(String taskId) |
org.gcube.dataanalysis.copernicus.cmems.importer.task.ImportTask |
TaskStore.getTask(String taskId)
Return the given task.
|
org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution |
TaskStore.update(String taskId,
org.gcube.dataanalysis.copernicus.cmems.importer.task.Execution execution)
Update the given execution.
|
org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport |
TaskStore.update(String taskId,
String executionId,
org.gcube.dataanalysis.copernicus.cmems.importer.task.ExecutionReport report)
Update the given report.
|
Copyright © 2018. All Rights Reserved.