Package | Description |
---|---|
org.netxms.client | |
org.netxms.client.datacollection | |
org.netxms.client.maps.configs | |
org.netxms.client.objects |
Modifier and Type | Method and Description |
---|---|
DciValue[] |
NXCSession.getLastValues(long nodeId)
Get last DCI values for given node
|
DciValue[] |
NXCSession.getLastValues(long nodeId,
boolean objectTooltipOnly,
boolean overviewOnly,
boolean includeNoValueObjects)
Get last DCI values for given node
|
DciValue[] |
NXCSession.getLastValues(Set<MapDCIInstance> dciIDList)
Get last DCI values for given DCI id list(list can contain simple DCIss and table DCIs)
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDciValue
DCI value for simple (single-valued) DCI
|
class |
TableDciValue
Value of table DCI
|
Modifier and Type | Method and Description |
---|---|
static DciValue |
DciValue.createFromMessage(long nodeId,
org.netxms.base.NXCPMessage msg,
long base)
Factory method to create correct DciValue subclass from NXCP message.
|
Modifier and Type | Method and Description |
---|---|
List<DciValue> |
ThresholdViolationSummary.getDciList() |
Modifier and Type | Method and Description |
---|---|
UUID |
DCIImageConfiguration.getCorrectImage(DciValue dciValue)
Checks is any rule applicable on last value
All except line and not like are compared with help of T.compateTo(T).
|
Constructor and Description |
---|
SingleDciConfig(DciValue dci)
Create DCI info from DciValue object
|
Modifier and Type | Field and Description |
---|---|
protected List<DciValue> |
DataCollectionTarget.overviewDciData |
protected List<DciValue> |
DataCollectionTarget.tooltipDciData |
Modifier and Type | Method and Description |
---|---|
List<DciValue> |
DataCollectionTarget.getOverviewDciData() |
List<DciValue> |
DataCollectionTarget.getTooltipDciData() |
Copyright © 2016. All rights reserved.