Class QueryController


  • @RestController
    @RequestMapping(path="/rest/ecis/v1/query",
                    produces={"application/json","application/xml"})
    public class QueryController
    extends BaseController
    • Constructor Detail

      • QueryController

        @Autowired
        public QueryController​(QueryService queryService)
    • Method Detail

      • query

        @PostMapping
        public org.springframework.http.ResponseEntity<QueryResponseData> query​(@RequestParam(value="explain",defaultValue="false")
                                                                                Boolean explain,
                                                                                @RequestBody
                                                                                String content)