Class SaikuController
java.lang.Object
org.openforis.collect.web.controller.SaikuController
- Author:
- S. Ricci
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SaikuController
public SaikuController()
-
-
Method Details
-
generateRepository
@RequestMapping(value="datasources/{surveyName}/generate", method=POST) @ResponseBody public JobProxy generateRepository(@PathVariable String surveyName, @RequestParam String language) throws CollectRdbException, SQLException - Throws:
CollectRdbExceptionSQLException
-
getInfo
@RequestMapping(value="datasources/{surveyName}/info", method=GET) @ResponseBody public org.openforis.commons.web.Response getInfo(@PathVariable String surveyName)
-