@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 |
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)
protected Wizard createWizard()
createWizard in class AbstractWizardController@RequestMapping(value="/annotate",
method=POST)
public String annotate(javax.servlet.http.HttpServletRequest request)
throws Exception
Exception@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=GET,
value="/match/status",
produces="application/json")
@ResponseBody
public OntologyMatcherResponse checkMatch()
throws DatabaseException
DatabaseException@ModelAttribute(value="javascripts") public List<String> getJavascripts()
getJavascripts in class AbstractWizardController@ModelAttribute(value="stylesheets") public List<String> getStylesheets()
getStylesheets in class AbstractWizardControllerCopyright © 2013. All Rights Reserved.