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