@Controller @RequestMapping(value="/plugin/mappingmanager") public class MappingManagerController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
MappingManagerController(OntologyMatcher ontologyMatcher,
SearchService searchService,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDocuments(UpdateIndexRequest request) |
void |
download(String requestString,
javax.servlet.http.HttpServletResponse response) |
String |
init(String selectedDataSetId,
org.springframework.ui.Model model) |
void |
updateDocument(UpdateIndexRequest request) |
getId, getUripublic static final String ID
public static final String URI
@Autowired public MappingManagerController(OntologyMatcher ontologyMatcher, SearchService searchService, Database database)
@RequestMapping(method=GET) public String init(@RequestParam(value="selectedDataSet",required=false) String selectedDataSetId, org.springframework.ui.Model model) throws DatabaseException
DatabaseException@RequestMapping(method=POST,
value="/delete",
consumes="application/json")
@ResponseStatus(value=NO_CONTENT)
public void deleteDocuments(@RequestBody
UpdateIndexRequest request)
@RequestMapping(method=POST,
value="/update",
consumes="application/json")
@ResponseStatus(value=NO_CONTENT)
public void updateDocument(@RequestBody
UpdateIndexRequest request)
@RequestMapping(value="/download",
method=POST)
public void download(@RequestParam(value="request")
String requestString,
javax.servlet.http.HttpServletResponse response)
throws IOException,
DatabaseException,
TableException
Copyright © 2013. All Rights Reserved.