Interface VariableInstanceResource
-
- All Known Implementing Classes:
VariableInstanceResourceImpl
public interface VariableInstanceResource
- Author:
- Daniel Meyer, Ronny Bräunlich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableInstanceDto
getResource(boolean deserializeObjectValue)
javax.ws.rs.core.Response
getResourceBinary()
-
-
-
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()
-
-