| Package | Description |
|---|---|
| org.molgenis.gavin.controller | |
| org.molgenis.gavin.job |
| Modifier and Type | Method and Description |
|---|---|
void |
GavinController.handleJobNotFound(JobNotFoundException ex,
javax.servlet.http.HttpServletResponse res) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.FileSystemResource |
GavinController.download(javax.servlet.http.HttpServletResponse response,
String jobIdentifier)
Downloads the result of a gavin annotation job.
|
org.springframework.core.io.Resource |
GavinController.downloadErrorReport(javax.servlet.http.HttpServletResponse response,
String jobIdentifier)
Downloads the error report of a gavin annotation job.
|
GavinJobExecution |
GavinController.getGavinJobExecution(String jobIdentifier)
Retrieves
GavinJobExecution job. |
String |
GavinController.result(String jobIdentifier,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
Shows result page for a job.
|
| Modifier and Type | Method and Description |
|---|---|
GavinJobExecution |
GavinJobFactory.findGavinJobExecution(String jobIdentifier)
Retrieves a
GavinJobExecution for anyone who has the identifier, without checking their permissions. |
Copyright © 2017. All Rights Reserved.