public interface ISiteWhereContext
Modifier and Type | Method and Description |
---|---|
java.util.List<IDeviceAlert> |
getDeviceAlerts()
Get the
IDeviceAlert events. |
IDeviceAssignment |
getDeviceAssignment()
Get current assignment for device associated with the request.
|
java.util.List<IDeviceCommandInvocation> |
getDeviceCommandInvocations()
Get the
IDeviceCommandInvocation events. |
java.util.List<IDeviceCommandResponse> |
getDeviceCommandResponses()
Get the
IDeviceCommandResponse events. |
java.util.List<IDeviceLocation> |
getDeviceLocations()
Get the
IDeviceLocation events. |
java.util.List<IDeviceMeasurements> |
getDeviceMeasurements()
Get the
IDeviceMeasurements events. |
java.lang.String |
getReplyTo()
Get information for replying to originator.
|
java.util.List<IDeviceAlertCreateRequest> |
getUnsavedDeviceAlerts()
Get a list of device alerts that have not been persisted.
|
java.util.List<IDeviceLocationCreateRequest> |
getUnsavedDeviceLocations()
Get a list of device locations that have not been persisted.
|
java.util.List<IDeviceMeasurementsCreateRequest> |
getUnsavedDeviceMeasurements()
Get a list of device measurements that have not been persisted.
|
IDeviceAssignment getDeviceAssignment()
java.util.List<IDeviceMeasurementsCreateRequest> getUnsavedDeviceMeasurements()
java.util.List<IDeviceLocationCreateRequest> getUnsavedDeviceLocations()
java.util.List<IDeviceAlertCreateRequest> getUnsavedDeviceAlerts()
java.util.List<IDeviceMeasurements> getDeviceMeasurements()
IDeviceMeasurements
events.java.util.List<IDeviceLocation> getDeviceLocations()
IDeviceLocation
events.java.util.List<IDeviceAlert> getDeviceAlerts()
IDeviceAlert
events.java.util.List<IDeviceCommandInvocation> getDeviceCommandInvocations()
IDeviceCommandInvocation
events.java.util.List<IDeviceCommandResponse> getDeviceCommandResponses()
IDeviceCommandResponse
events.java.lang.String getReplyTo()