Interface HistoricDetailResource
-
- All Known Implementing Classes:
HistoricDetailResourceImpl
public interface HistoricDetailResource
- Author:
- Daniel Meyer, Ronny Bräunlich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HistoricDetailDto
getResource(boolean deserializeValue)
javax.ws.rs.core.Response
getResourceBinary()
-
-
-
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()
-
-