Parses a list of annotation objects @return A list of annotation object @throws BadRequestException if the plugin has not implemented this method
()
| 358 | * @throws BadRequestException if the plugin has not implemented this method |
| 359 | */ |
| 360 | public List<Annotation> parseAnnotationsV1() { |
| 361 | throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED, |
| 362 | "The requested API endpoint has not been implemented", |
| 363 | this.getClass().getCanonicalName() + |
| 364 | " has not implemented parseAnnotationsV1"); |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | * Parses a bulk annotation deletion query object |