Interface HistoricVariableInstanceResource

    • 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()