public class SensorServerResource extends WattDepotServerResource implements SensorResource
depot, orgId| Constructor and Description |
|---|
SensorServerResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit() |
void |
remove()
Defined the DEL /wattdepot/sensor/{sensor-id} API call.
|
Sensor |
retrieve()
Defines GET /wattdepot/sensor/{sensor-id} API call.
|
void |
update(Sensor sensor)
Defines the POST /wattdepot/sensor/{sensor-id} API call.
|
abort, commit, delete, delete, describeVariants, doCatch, doConditionalHandle, doError, doHandle, doHandle, doNegotiatedHandle, get, get, getAttribute, getInfo, getInfo, getOnSent, getPreferredVariant, getVariants, getVariants, handle, hasAnnotations, head, head, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, options, options, post, post, put, put, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAttribute, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setProxyChallengeRequests, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods, updateDimensionsdoError, doRelease, getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getConnegService, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMatrixValue, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getProxyChallengeRequests, getProxyChallengeResponse, getQuery, getQueryValue, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestCacheDirectives, getRequestEntity, getResponse, getResponseAttributes, getResponseCacheDirectives, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, isLoggable, release, setApplication, setQueryValue, setRequest, setResponse, toObject, toRepresentation, toStringprotected void doInit()
throws org.restlet.resource.ResourceException
doInit in class WattDepotServerResourceorg.restlet.resource.ResourceExceptionpublic void remove()
SensorResourceremove in interface SensorResourcepublic Sensor retrieve()
SensorResourceretrieve in interface SensorResourcepublic void update(Sensor sensor)
SensorResourceupdate in interface SensorResourcesensor - The Sensor to update.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.