Project

General

Profile

« Previous | Next » 

Revision 49852

  • Methods added on broker api

View differences:

BrokerApi.java
25 25

  
26 26
    @RequestMapping(value = "/advancedShowEvents" , method = RequestMethod.POST,produces = MediaType.APPLICATION_JSON_VALUE)
27 27
    EventsPage advancedShowEvents(@RequestBody String params) throws BrokerException, JSONException;
28

  
29
    @RequestMapping(value = "/showEvents" , method = RequestMethod.POST,produces = MediaType.APPLICATION_JSON_VALUE)
30
    EventsPage showEvents(String params) throws BrokerException, JSONException;
28 31
}

Also available in: Unified diff