Interface VariableInstanceResource

All Known Implementing Classes:
VariableInstanceResourceImpl

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

    • getResource

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

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