Parses a SearchQuery request @return The parsed search query @throws BadRequestException if the plugin has not implemented this method
()
| 236 | * @throws BadRequestException if the plugin has not implemented this method |
| 237 | */ |
| 238 | public SearchQuery parseSearchQueryV1() { |
| 239 | throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED, |
| 240 | "The requested API endpoint has not been implemented", |
| 241 | this.getClass().getCanonicalName() + |
| 242 | " has not implemented parseSearchQueryV1"); |
| 243 | } |
| 244 | |
| 245 | /** |
| 246 | * Parses a timeseries data query |