Class RDBPublishController
- java.lang.Object
-
- org.openforis.collect.web.controller.RDBPublishController
-
@Controller public class RDBPublishController extends Object
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description RDBPublishController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringpublish(String surveyName, String rootEntityName, String targetUrl, String targetUser, String targetPassword, String schemaName)
-
-
-
Method Detail
-
publish
@RequestMapping(value="/rdbpublish", method=GET) @ResponseBody public String publish(@RequestParam("survey") String surveyName, @RequestParam("root_entity") String rootEntityName, @RequestParam("targeturl") String targetUrl, @RequestParam("targetuser") String targetUser, @RequestParam("targetpass") String targetPassword, @RequestParam("targetschema") String schemaName) throws CollectRdbException, SQLException- Throws:
CollectRdbExceptionSQLException
-
-