| 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(List<SingleDciConfig> dciConfig)
Get last DCI values for given Single Dci Config list
|
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> mapDcis)
Get last DCI values for given Map DCI Instance list
|
DciValue[] |
NXCSession.sendLastValuesMsg(org.netxms.base.NXCPMessage msg)
Send msg containing list of dci configurations
|
| 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() |
| Constructor and Description |
|---|
ChartDciConfig(DciValue dci)
Create DCI info from DciValue object
|
| 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 © 2018. All rights reserved.