public interface ProcessesApiExtension
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
getOutput(String processID,
String jobID,
String outputId) |
static final String BASE_URL
@GetMapping(path="/rest/processes/{processId}/jobs/{jobId}/results/{outputId}")
org.springframework.http.ResponseEntity<?> getOutput(@PathVariable(value="processId")
String processID,
@PathVariable(value="jobId")
String jobID,
@PathVariable(value="outputId")
String outputId)
throws EngineException
EngineExceptionCopyright © 2016–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.