@Controller @RequestMapping(value="/api/saiku/") public class SaikuController extends Object
| Constructor and Description |
|---|
SaikuController() |
| Modifier and Type | Method and Description |
|---|---|
JobProxy |
generateRepository(String surveyName,
String language) |
org.openforis.commons.web.Response |
getInfo(String surveyName) |
@RequestMapping(value="datasources/{surveyName}/generate",
method=POST)
@ResponseBody
public JobProxy generateRepository(@PathVariable
String surveyName,
@RequestParam
String language)
throws CollectRdbException,
SQLException
CollectRdbExceptionSQLException@RequestMapping(value="datasources/{surveyName}/info",
method=GET)
@ResponseBody
public org.openforis.commons.web.Response getInfo(@PathVariable
String surveyName)
Copyright © 2020 Open Foris. All rights reserved.