Modifier and Type | Method and Description |
---|---|
void |
Alpha2DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ASCIIFileDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ASCIISerialDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
Dnp3DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
DrStorageHt5bDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
IEC101DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
NodaveS7DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OPCDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ButtonComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime value) |
Modifier and Type | Field and Description |
---|---|
private PointValueTime |
PointValueJSONWrapper.pointValue |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PointValueJSONWrapper> |
PointValueJSONWrapper.wrapPointValues(java.lang.String dataPointXid,
java.util.List<PointValueTime> values) |
Constructor and Description |
---|
PointValueJSONWrapper(java.lang.String pointXid,
PointValueTime pointValue) |
Modifier and Type | Method and Description |
---|---|
static PointValueTime |
RadiuinoUtils.parsePacoteRadiuino(long time,
byte[] pacote,
RadiuinoPointLocatorVO dataPointVO) |
Modifier and Type | Method and Description |
---|---|
void |
RadiuinoEventDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
void |
RadiuinoPollingDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private PointValueTime |
PointValueDao.UnsavedPointValue.pointValue |
Modifier and Type | Method and Description |
---|---|
PointValueTime |
PointValueDao.getLatestPointValue(int dataPointId) |
PointValueTime |
PointValueDao.UnsavedPointValue.getPointValue() |
private PointValueTime |
PointValueDao.getPointValue(long id) |
PointValueTime |
PointValueDao.getPointValueAt(int dataPointId,
long time) |
PointValueTime |
PointValueDao.getPointValueBefore(int dataPointId,
long time) |
PointValueTime |
PointValueDao.PointValueRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
private PointValueTime |
PointValueDao.pointValueQuery(java.lang.String sql,
java.lang.Object[] params) |
PointValueTime |
PointValueDao.savePointValueSync(int pointId,
PointValueTime pointValue,
SetPointSource source)
Only the PointValueCache should call this method during runtime.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PointValueTime> |
PointValueDao.getLatestPointValues(int dataPointId,
int limit) |
java.util.List<PointValueTime> |
PointValueDao.getLatestPointValues(int dataPointId,
int limit,
long before) |
java.util.List<PointValueTime> |
PointValueDao.getPointValues(int dataPointId,
long since) |
java.util.List<PointValueTime> |
PointValueDao.getPointValuesBetween(int dataPointId,
long from,
long to) |
private java.util.List<PointValueTime> |
PointValueDao.pointValuesQuery(java.lang.String sql,
java.lang.Object[] params,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
PointValueDao.savePointValue(int pointId,
PointValueTime pointValue) |
void |
PointValueDao.savePointValueAsync(int pointId,
PointValueTime pointValue,
SetPointSource source)
Only the PointValueCache should call this method during runtime.
|
(package private) long |
PointValueDao.savePointValueImpl(int pointId,
PointValueTime pointValue,
SetPointSource source,
boolean async) |
PointValueTime |
PointValueDao.savePointValueSync(int pointId,
PointValueTime pointValue,
SetPointSource source)
Only the PointValueCache should call this method during runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
PointValueDao.getPointValuesBetween(int dataPointId,
long from,
long to,
com.serotonin.db.MappedRowCallback<PointValueTime> callback) |
private void |
PointValueDao.updateAnnotations(java.util.List<PointValueTime> values) |
Constructor and Description |
---|
UnsavedPointValue(int pointId,
PointValueTime pointValue,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManager.setDataPointValue(int dataPointId,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedPointValueTime
This class provides a way of arbitrarily annotating a PointValue.
|
class |
IdPointValueTime |
Modifier and Type | Field and Description |
---|---|
private PointValueTime |
DataPointRT.intervalValue |
private PointValueTime |
DataPointRT.EventNotifyWorkItem.newValue |
private PointValueTime |
DataPointRT.EventNotifyWorkItem.oldValue |
private PointValueTime |
DataPointRT.pointValue |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PointValueTime> |
PointValueCache.cache
IMPORTANT: The list object should never be written to!
|
Modifier and Type | Method and Description |
---|---|
PointValueTime |
PointValueCache.getLatestPointValue() |
PointValueTime |
IDataPoint.getPointValue() |
PointValueTime |
PointValueFacade.getPointValue() |
PointValueTime |
DataPointRT.getPointValue() |
PointValueTime |
HistoricalDataPoint.getPointValue() |
PointValueTime |
PointValueFacade.getPointValueAt(long time) |
PointValueTime |
DataPointRT.getPointValueAt(long time) |
PointValueTime |
IDataPoint.getPointValueBefore(long time) |
PointValueTime |
PointValueFacade.getPointValueBefore(long time) |
PointValueTime |
DataPointRT.getPointValueBefore(long time) |
PointValueTime |
HistoricalDataPoint.getPointValueBefore(long time) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PointValueTime> |
PointValueCache.getCacheContents()
Never manipulate the contents of this list!
|
java.util.List<PointValueTime> |
IDataPoint.getLatestPointValues(int limit) |
java.util.List<PointValueTime> |
PointValueFacade.getLatestPointValues(int limit) |
java.util.List<PointValueTime> |
PointValueCache.getLatestPointValues(int limit) |
java.util.List<PointValueTime> |
DataPointRT.getLatestPointValues(int limit) |
java.util.List<PointValueTime> |
HistoricalDataPoint.getLatestPointValues(int limit) |
java.util.List<PointValueTime> |
IDataPoint.getPointValues(long since) |
java.util.List<PointValueTime> |
PointValueFacade.getPointValues(long since) |
java.util.List<PointValueTime> |
DataPointRT.getPointValues(long since) |
java.util.List<PointValueTime> |
HistoricalDataPoint.getPointValues(long since) |
java.util.List<PointValueTime> |
IDataPoint.getPointValuesBetween(long from,
long to) |
java.util.List<PointValueTime> |
PointValueFacade.getPointValuesBetween(long from,
long to) |
java.util.List<PointValueTime> |
DataPointRT.getPointValuesBetween(long from,
long to) |
java.util.List<PointValueTime> |
HistoricalDataPoint.getPointValuesBetween(long from,
long to) |
Modifier and Type | Method and Description |
---|---|
int |
PvtTimeComparator.compare(PointValueTime o1,
PointValueTime o2) |
static boolean |
PointValueTime.equalValues(PointValueTime pvt1,
PointValueTime pvt2) |
private void |
DataPointRT.fireEvents(PointValueTime oldValue,
PointValueTime newValue,
boolean set,
boolean backdate) |
static MangoValue |
PointValueTime.getValue(PointValueTime pvt) |
private void |
DataPointRT.intervalSave(PointValueTime pvt) |
(package private) void |
PointValueCache.logPointValueAsync(PointValueTime pointValue,
SetPointSource source)
Saves the given value to the database without adding it to the cache.
|
void |
DataPointListener.pointBackdated(PointValueTime value)
This method is called when a backdated value is received.
|
void |
DataPointEventMulticaster.pointBackdated(PointValueTime value) |
void |
DataPointListener.pointChanged(PointValueTime oldValue,
PointValueTime newValue)
This method is called every time the point gets a value that is different from its previous value (except for its
initialization).
|
void |
DataPointEventMulticaster.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
DataPointListener.pointSet(PointValueTime oldValue,
PointValueTime newValue)
This method is called every time the point gets set, whether the value changes or not.
|
void |
DataPointEventMulticaster.pointSet(PointValueTime oldValue,
PointValueTime newValue) |
void |
DataPointListener.pointUpdated(PointValueTime newValue)
This method is called every time the point gets a value from somewhere (except for its initialization).
|
void |
DataPointEventMulticaster.pointUpdated(PointValueTime newValue) |
private void |
DataPointRT.savePointValue(PointValueTime newValue,
SetPointSource source,
boolean async) |
void |
PointValueCache.savePointValue(PointValueTime pvt,
SetPointSource source,
boolean logValue,
boolean async) |
void |
IDataPoint.setPointValue(PointValueTime newValue,
SetPointSource source) |
void |
DataPointRT.setPointValue(PointValueTime newValue,
SetPointSource source)
Use this method to update a data point for reasons other than just data
source update.
|
void |
HistoricalDataPoint.setPointValue(PointValueTime newValue,
SetPointSource source) |
void |
IDataPoint.updatePointValue(PointValueTime newValue) |
void |
DataPointRT.updatePointValue(PointValueTime newValue)
This method should only be called by the data source.
|
void |
HistoricalDataPoint.updatePointValue(PointValueTime newValue) |
void |
IDataPoint.updatePointValue(PointValueTime newValue,
boolean async) |
void |
DataPointRT.updatePointValue(PointValueTime newValue,
boolean async) |
void |
HistoricalDataPoint.updatePointValue(PointValueTime newValue,
boolean async) |
Constructor and Description |
---|
EventNotifyWorkItem(DataPointListener listener,
PointValueTime oldValue,
PointValueTime newValue,
boolean set,
boolean backdate) |
Modifier and Type | Method and Description |
---|---|
void |
EventDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
abstract void |
DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
BACnetIPDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
EBI25DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
GalilDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
HttpRetrieverDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
void |
HttpImageDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
InternalDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
JmxDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
MBusDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
PointValueTime |
ScriptExecutor.execute(java.lang.String script,
java.util.Map<java.lang.String,IDataPoint> context,
long runtime,
int dataTypeId,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
MetaPointLocatorRT.pointBackdated(PointValueTime value) |
void |
MetaPointLocatorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
MetaPointLocatorRT.pointSet(PointValueTime oldValue,
PointValueTime newValue) |
void |
MetaPointLocatorRT.pointUpdated(PointValueTime newValue) |
void |
MetaDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
protected void |
HistoricalMetaPointLocatorRT.updatePoint(PointValueTime pvt) |
protected void |
MetaPointLocatorRT.updatePoint(PointValueTime pvt) |
Modifier and Type | Method and Description |
---|---|
void |
ModbusDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OneWireDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OpenV4JDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
PachubeDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
Pop3DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
SqlDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ViconicsDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PointValueTime> |
StateChangeCountDetectorRT.pointValues
State field.
|
Modifier and Type | Method and Description |
---|---|
void |
PointEventDetectorRT.pointBackdated(PointValueTime value) |
private void |
StateChangeCountDetectorRT.pointChanged(long time,
PointValueTime value) |
void |
StateChangeCountDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
StateDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
PointEventDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
AnalogHighLimitDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
NoChangeDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
PointChangeDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
AnalogLowLimitDetectorRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
PointEventDetectorRT.pointSet(PointValueTime oldValue,
PointValueTime newValue) |
void |
PositiveCusumDetectorRT.pointUpdated(PointValueTime newValue) |
void |
NegativeCusumDetectorRT.pointUpdated(PointValueTime newValue) |
void |
NoUpdateDetectorRT.pointUpdated(PointValueTime newValue) |
void |
PointEventDetectorRT.pointUpdated(PointValueTime newValue) |
protected boolean |
BinaryStateDetectorRT.stateDetected(PointValueTime newValue) |
protected abstract boolean |
StateDetectorRT.stateDetected(PointValueTime newValue) |
protected boolean |
AlphanumericStateDetectorRT.stateDetected(PointValueTime newValue) |
protected boolean |
MultistateStateDetectorRT.stateDetected(PointValueTime newValue) |
Modifier and Type | Method and Description |
---|---|
private void |
PointLinkRT.execute(PointValueTime newValue) |
void |
PointLinkRT.pointBackdated(PointValueTime value) |
void |
PointLinkRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
PointLinkRT.pointSet(PointValueTime oldValue,
PointValueTime newValue) |
void |
PointLinkRT.pointUpdated(PointValueTime newValue) |
Modifier and Type | Field and Description |
---|---|
private PointValueTime |
SetPointWorkItem.pvt |
Constructor and Description |
---|
PointLinkSetPointWorkItem(int targetPointId,
PointValueTime pvt,
PointLinkSetPointSource source) |
SetPointWorkItem(int targetPointId,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private PointValueTime |
PublishQueueEntry.pvt |
Modifier and Type | Method and Description |
---|---|
PointValueTime |
PublishQueueEntry.getPvt() |
Modifier and Type | Method and Description |
---|---|
void |
PublishQueue.add(T vo,
PointValueTime pvt) |
void |
PublishedPointRT.pointBackdated(PointValueTime value) |
void |
PublishedPointRT.pointChanged(PointValueTime oldValue,
PointValueTime newValue) |
void |
PublishedPointRT.pointSet(PointValueTime oldValue,
PointValueTime newValue) |
void |
PublishedPointRT.pointUpdated(PointValueTime newValue) |
(package private) void |
PublisherRT.publish(T vo,
PointValueTime newValue) |
Modifier and Type | Method and Description |
---|---|
void |
PublishQueue.add(T vo,
java.util.List<PointValueTime> pvts) |
void |
PublisherRT.publish(T vo,
java.util.List<PointValueTime> newValues) |
Constructor and Description |
---|
PublishQueueEntry(T vo,
PointValueTime pvt) |
Modifier and Type | Method and Description |
---|---|
void |
PachubePublishQueue.add(PachubePointVO vo,
PointValueTime pvt) |
Modifier and Type | Method and Description |
---|---|
void |
ImageSetComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
abstract void |
PointComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
void |
SimplePointComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
void |
SimpleImageComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
void |
DynamicGraphicComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
void |
ScriptComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime value) |
void |
ThumbnailComponent.addDataToModel(java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
abstract java.lang.String |
ImageSetComponent.getImage(PointValueTime pointValue) |
java.lang.String |
BinaryGraphicComponent.getImage(PointValueTime pointValue) |
java.lang.String |
MultistateGraphicComponent.getImage(PointValueTime pointValue) |
java.lang.String |
AnalogGraphicComponent.getImage(PointValueTime pointValue) |
double |
DynamicGraphicComponent.getProportion(PointValueTime pointValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AnalogImageSetRenderer.getImage(PointValueTime pointValue)
Deprecated.
|
java.lang.String |
MultistateImageSetRenderer.getImage(PointValueTime pointValue)
Deprecated.
|
java.lang.String |
BinaryImageSetRenderer.getImage(PointValueTime pointValue)
Deprecated.
|
abstract java.lang.String |
ImageSetRenderer.getImage(PointValueTime pointValue)
Deprecated.
|
double |
DynamicImageRenderer.getProportion(PointValueTime pointValue)
Deprecated.
|
Constructor and Description |
---|
AnalogStatistics(PointValueTime startValue,
java.util.List<? extends IValueTime> values,
long start,
long end) |
StartsAndRuntimeList(PointValueTime startValue,
java.util.List<? extends IValueTime> values,
long start,
long end) |
ValueChangeCounter(PointValueTime startValue,
java.util.List<? extends IValueTime> values) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TextRenderer.getColour(PointValueTime valueTime) |
java.lang.String |
BaseTextRenderer.getColour(PointValueTime valueTime) |
java.lang.String |
TextRenderer.getText(PointValueTime valueTime,
int hint) |
java.lang.String |
BaseTextRenderer.getText(PointValueTime valueTime,
int hint) |
Modifier and Type | Field and Description |
---|---|
private PointValueTime |
DataPointVO.lastValue |
Modifier and Type | Method and Description |
---|---|
PointValueTime |
DataPointVO.lastValue() |
Modifier and Type | Method and Description |
---|---|
void |
DataPointVO.updateLastValue(PointValueTime pvt) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PointValueTime> |
DiscreteTimeSeries.valueTimes |
Modifier and Type | Method and Description |
---|---|
java.util.List<PointValueTime> |
DiscreteTimeSeries.getValueTimes() |
Modifier and Type | Method and Description |
---|---|
void |
DiscreteTimeSeries.addValueTime(PointValueTime pvt) |
Modifier and Type | Method and Description |
---|---|
protected PointValueTime |
BaseDwr.prepareBasePointState(java.lang.String componentId,
BasePointState state,
DataPointVO pointVO,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model)
Base method for preparing information in a state object and returning a
point value.
|
Modifier and Type | Method and Description |
---|---|
private void |
WatchListDwr.setImageText(javax.servlet.http.HttpServletRequest request,
WatchListState state,
DataPointVO pointVO,
java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
protected void |
BaseDwr.setPrettyText(WatchListState state,
DataPointVO pointVO,
java.util.Map<java.lang.String,java.lang.Object> model,
PointValueTime pointValue) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncImageChartServlet.PointDataRetriever.row(PointValueTime pvt,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Functions.getHtmlText(DataPointVO point,
PointValueTime pointValue) |
static java.lang.String |
Functions.getRawText(DataPointVO point,
PointValueTime pointValue) |
static java.lang.String |
Functions.getRenderedText(DataPointVO point,
PointValueTime pointValue) |
static java.lang.String |
Functions.getTime(PointValueTime pointValue) |