@RestController
@ConditionalOnExpression(value="${dev:false}")
public class ReformulateController
extends Object
| Constructor and Description |
|---|
ReformulateController(OntopVirtualRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
reformulate(String query) |
@Autowired public ReformulateController(OntopVirtualRepository repository)
@RequestMapping(value="/ontop/reformulate") @ResponseBody public org.springframework.http.ResponseEntity<String> reformulate(@RequestParam(value="query") String query) throws it.unibz.inf.ontop.exception.OntopConnectionException, it.unibz.inf.ontop.exception.OntopReformulationException
it.unibz.inf.ontop.exception.OntopConnectionExceptionit.unibz.inf.ontop.exception.OntopReformulationExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.