@Controller @RequestMapping(value="/plugin/dataindexer") public class DataSetsIndexerController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
DataSetsIndexerController() |
| Modifier and Type | Method and Description |
|---|---|
org.molgenis.omx.controller.DataSetsIndexerController.DataSetIndexResponse |
index(org.molgenis.omx.controller.DataSetsIndexerController.DataSetIndexRequest request) |
java.lang.String |
init(org.springframework.ui.Model model)
Show the explorer page
|
getId, getUripublic static final java.lang.String URI
@RequestMapping(method=GET)
public java.lang.String init(org.springframework.ui.Model model)
throws java.lang.Exception
model - java.lang.Exception@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 java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionCopyright © 2014. All Rights Reserved.