@Controller @RequestMapping(value="/plugin/biobankconnect") public class BiobankConnectController extends AbstractWizardController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
BiobankConnectController(ChooseCataloguePage chooseCataloguePager,
OntologyAnnotatorPage ontologyAnnotatorPager,
OntologyMatcherPage ontologyMatcherPager,
MappingManagerPage mappingManagerPager,
ProgressingBarPage progressingBarPager) |
| Modifier and Type | Method and Description |
|---|---|
String |
annotate(javax.servlet.http.HttpServletRequest request) |
OntologyMatcherResponse |
checkMatch() |
protected Wizard |
createWizard() |
List<String> |
getJavascripts() |
List<String> |
getStylesheets() |
String |
importFeatures(String dataSetName,
javax.servlet.http.Part file,
BiobankConnectWizard biobankConnectWizard,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
Map<String,Boolean> |
isRunning(javax.servlet.http.HttpServletRequest request) |
void |
onInit(javax.servlet.http.HttpServletRequest request) |
OntologyMatcherResponse |
rematch(OntologyMatcherRequest request) |
String |
removeAnnotations(javax.servlet.http.HttpServletRequest request) |
void |
updateDocument(UpdateIndexRequest request) |
init, next, previous, restart, wizardgetId, getUripublic static final String ID
public static final String URI
@Autowired public BiobankConnectController(ChooseCataloguePage chooseCataloguePager, OntologyAnnotatorPage ontologyAnnotatorPager, OntologyMatcherPage ontologyMatcherPager, MappingManagerPage mappingManagerPager, ProgressingBarPage progressingBarPager)
public void onInit(javax.servlet.http.HttpServletRequest request)
onInit in class AbstractWizardControllerprotected Wizard createWizard()
createWizard in class AbstractWizardController@RequestMapping(value="/uploadfeatures",
method=POST,
headers="Content-Type=multipart/form-data")
public String importFeatures(@RequestParam
String dataSetName,
@RequestParam
javax.servlet.http.Part file,
@ModelAttribute(value="wizard")
BiobankConnectWizard biobankConnectWizard,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
throws IOException
IOException@RequestMapping(value="/annotate",
method=POST)
public String annotate(javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/annotate/remove",
method=POST)
public String removeAnnotations(javax.servlet.http.HttpServletRequest request)
throws Exception
Exception@RequestMapping(method=POST,
value="/annotate/update",
consumes="application/json")
@ResponseStatus(value=NO_CONTENT)
public void updateDocument(@RequestBody
UpdateIndexRequest request)
@RequestMapping(method=POST,
value="/rematch",
consumes="application/json",
produces="application/json")
@ResponseBody
public OntologyMatcherResponse rematch(@RequestBody
OntologyMatcherRequest request)
@RequestMapping(value="/running",
method=GET,
produces="application/json")
@ResponseBody
public Map<String,Boolean> isRunning(javax.servlet.http.HttpServletRequest request)
@RequestMapping(method=GET,
value="/match/status",
produces="application/json")
@ResponseBody
public OntologyMatcherResponse checkMatch()
@ModelAttribute(value="javascripts") public List<String> getJavascripts()
getJavascripts in class AbstractWizardController@ModelAttribute(value="stylesheets") public List<String> getStylesheets()
getStylesheets in class AbstractWizardControllerCopyright © 2014. All Rights Reserved.