public interface HistoricVariableInstanceResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
deleteVariableInstance() |
HistoricVariableInstanceDto |
getResource(boolean deserializeValue) |
javax.ws.rs.core.Response |
getResourceBinary() |
@GET @Produces(value="application/json") HistoricVariableInstanceDto getResource(@QueryParam(value="deserializeValue") @DefaultValue(value="true") boolean deserializeValue)
@GET @Path(value="/data") javax.ws.rs.core.Response getResourceBinary()
@DELETE javax.ws.rs.core.Response deleteVariableInstance()
Copyright © 2022. All rights reserved.