Class DashboardController


  • @RestController
    @RequestMapping("/api/dashboard")
    public class DashboardController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAggregationByQuery​(java.lang.String query, java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DashboardController

        public DashboardController()
    • Method Detail

      • getAggregationByQuery

        @RequestMapping(value="/search",
                        method=POST,
                        consumes="application/json",
                        produces="application/json")
        public java.lang.String getAggregationByQuery​(@RequestBody
                                                      java.lang.String query,
                                                      @RequestParam("type")
                                                      java.lang.String type)