@Controller @RequestMapping(value="/plugin/dataindexer") public class DataSetsIndexerController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
DataSetsIndexerController() |
| Modifier and Type | Method and Description |
|---|---|
String |
handleNotAuthenticated() |
org.molgenis.omx.controller.DataSetsIndexerController.DataSetIndexResponse |
index(org.molgenis.omx.controller.DataSetsIndexerController.DataSetIndexRequest request) |
String |
init(org.springframework.ui.Model model)
Show the explorer page
|
getId, getUripublic static final String URI
@RequestMapping(method=GET) public String init(org.springframework.ui.Model model) throws Exception
model - DatabaseExceptionException@RequestMapping(method=POST,
value="/index",
consumes="application/json",
produces="application/json")
@ResponseBody
public org.molgenis.omx.controller.DataSetsIndexerController.DataSetIndexResponse index(@RequestBody
org.molgenis.omx.controller.DataSetsIndexerController.DataSetIndexRequest request)
throws UnsupportedEncodingException
UnsupportedEncodingException@ExceptionHandler(value=org.molgenis.framework.db.DatabaseAccessException.class) public String handleNotAuthenticated()
Copyright © 2013. All Rights Reserved.