@Controller public class RDBPublishController extends Object
| Constructor and Description |
|---|
RDBPublishController() |
| Modifier and Type | Method and Description |
|---|---|
String |
publish(String surveyName,
String rootEntityName,
String targetUrl,
String targetUser,
String targetPassword,
String schemaName) |
@RequestMapping(value="/rdbpublish",
method=GET)
@ResponseBody
public String publish(@RequestParam(value="survey")
String surveyName,
@RequestParam(value="root_entity")
String rootEntityName,
@RequestParam(value="targeturl")
String targetUrl,
@RequestParam(value="targetuser")
String targetUser,
@RequestParam(value="targetpass")
String targetPassword,
@RequestParam(value="targetschema")
String schemaName)
throws CollectRdbException,
SQLException
CollectRdbExceptionSQLExceptionCopyright © 2021 Open Foris. All rights reserved.