Interface VariableInstanceResource

  • All Known Implementing Classes:
    VariableInstanceResourceImpl

    public interface VariableInstanceResource
    Author:
    Daniel Meyer, Ronny Bräunlich
    • Method Detail

      • getResource

        @GET
        @Produces("application/json")
        VariableInstanceDto getResource​(@QueryParam("deserializeValue") @DefaultValue("true")
                                        boolean deserializeObjectValue)
      • getResourceBinary

        @GET
        @Path("/data")
        javax.ws.rs.core.Response getResourceBinary()