Interface HistoricVariableInstanceResource
-
- All Known Implementing Classes:
HistoricVariableInstanceResourceImpl
public interface HistoricVariableInstanceResource
- Author:
- Daniel Meyer, Ronny Bräunlich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Response
deleteVariableInstance()
HistoricVariableInstanceDto
getResource(boolean deserializeValue)
javax.ws.rs.core.Response
getResourceBinary()
-
-
-
Method Detail
-
getResource
@GET @Produces("application/json") HistoricVariableInstanceDto getResource(@QueryParam("deserializeValue") @DefaultValue("true") boolean deserializeValue)
-
getResourceBinary
@GET @Path("/data") javax.ws.rs.core.Response getResourceBinary()
-
deleteVariableInstance
@DELETE javax.ws.rs.core.Response deleteVariableInstance()
-
-