| Package | Description |
|---|---|
| org.molgenis.gavin.controller | |
| org.molgenis.gavin.job |
| Modifier and Type | Method and Description |
|---|---|
GavinJobExecution |
GavinController.getGavinJobExecution(String jobIdentifier)
Retrieves
GavinJobExecution 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. |
| Modifier and Type | Method and Description |
|---|---|
GavinJob |
GavinJobFactory.createJob(GavinJobExecution gavinJobExecution) |
| Constructor and Description |
|---|
GavinJob(Progress progress,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
org.springframework.security.core.Authentication authentication,
String jobIdentifier,
FileStore fileStore,
MenuReaderService menuReaderService,
RepositoryAnnotator cadd,
RepositoryAnnotator exac,
RepositoryAnnotator snpeff,
RepositoryAnnotator gavin,
Parser parser,
AnnotatorRunner annotatorRunner,
GavinJobExecution gavinJobExecution) |
Copyright © 2017. All Rights Reserved.