Uses of Class
org.netxms.client.datacollection.DciValue
-
Packages that use DciValue Package Description org.netxms.client org.netxms.client.datacollection org.netxms.client.maps.configs org.netxms.client.objects -
-
Uses of DciValue in org.netxms.client
Methods in org.netxms.client that return DciValue Modifier and Type Method Description DciValue[]NXCSession. getLastValues(long nodeId)Get last DCI values for given nodeDciValue[]NXCSession. getLastValues(long nodeId, boolean objectTooltipOnly, boolean overviewOnly, boolean includeNoValueObjects)Get last DCI values for given nodeDciValue[]NXCSession. getLastValues(List<SingleDciConfig> dciConfig)Get last DCI values for given Single Dci Config listDciValue[]NXCSession. getLastValues(Set<MapDCIInstance> mapDcis)Get last DCI values for given Map DCI Instance listMethods in org.netxms.client that return types with arguments of type DciValue Modifier and Type Method Description List<DciValue>NXCSession. findMatchingDCI(long objectId, String objectName, String dciName, int flags)Resolve list of last values by regex -
Uses of DciValue in org.netxms.client.datacollection
Subclasses of DciValue in org.netxms.client.datacollection Modifier and Type Class Description classSimpleDciValueDCI value for simple (single-valued) DCIclassTableDciValueValue of table DCIMethods in org.netxms.client.datacollection that return DciValue Modifier and Type Method Description static DciValueDciValue. createFromMessage(long nodeId, org.netxms.base.NXCPMessage msg, long base)Factory method to create correct DciValue subclass from NXCP message.Methods in org.netxms.client.datacollection that return types with arguments of type DciValue Modifier and Type Method Description List<DciValue>ThresholdViolationSummary. getDciList()Constructors in org.netxms.client.datacollection with parameters of type DciValue Constructor Description ChartDciConfig(DciValue dci)Create DCI info from DciValue object -
Uses of DciValue in org.netxms.client.maps.configs
Methods in org.netxms.client.maps.configs with parameters of type DciValue Modifier and Type Method Description UUIDDCIImageConfiguration. 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).Constructors in org.netxms.client.maps.configs with parameters of type DciValue Constructor Description SingleDciConfig(DciValue dci)Create DCI info from DciValue object -
Uses of DciValue in org.netxms.client.objects
Fields in org.netxms.client.objects with type parameters of type DciValue Modifier and Type Field Description protected List<DciValue>DataCollectionTarget. overviewDciDataprotected List<DciValue>DataCollectionTarget. tooltipDciDataMethods in org.netxms.client.objects that return types with arguments of type DciValue Modifier and Type Method Description List<DciValue>DataCollectionTarget. getOverviewDciData()List<DciValue>DataCollectionTarget. getTooltipDciData()
-