Interface HistoricDetailResource

  • All Known Implementing Classes:
    HistoricDetailResourceImpl

    public interface HistoricDetailResource
    Author:
    Daniel Meyer, Ronny Bräunlich
    • Method Detail

      • getResource

        @GET
        @Produces("application/json")
        HistoricDetailDto getResource​(@QueryParam("deserializeValue") @DefaultValue("true")
                                      boolean deserializeValue)
      • getResourceBinary

        @GET
        @Path("/data")
        javax.ws.rs.core.Response getResourceBinary()