Uses of Class
org.netxms.client.datacollection.DciValue
Packages that use DciValue
Package
Description
- 
Uses of DciValue in org.netxms.clientMethods in org.netxms.client that return DciValueModifier and TypeMethodDescriptionDciValue[]Send request for last values using prepared messageDciValue[]NXCSession.getDataCollectionSummary(long nodeId, boolean objectTooltipOnly, boolean overviewOnly, boolean includeNoValueObjects) Get DCI summary for given nodeDciValue[]NXCSession.getDataCollectionSummary(long nodeId, long mapId, boolean objectTooltipOnly, boolean overviewOnly, boolean includeNoValueObjects) Get DCI summary for given node and mapDciValue[]NXCSession.getLastValues(long nodeId) Get last DCI values for given nodeDciValue[]NXCSession.getLastValues(List<? extends MapDataSource> 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 DciValueModifier and TypeMethodDescriptionNXCSession.findMatchingDCI(long objectId, String objectName, String dciName, int flags) Find all DCIs matching given creteria.
- 
Uses of DciValue in org.netxms.client.datacollectionSubclasses of DciValue in org.netxms.client.datacollectionModifier and TypeClassDescriptionclassDCI value for simple (single-valued) DCIclassValue of table DCIMethods in org.netxms.client.datacollection that return DciValueModifier and TypeMethodDescriptionstatic DciValueDciValue.createFromMessage(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 DciValueConstructors in org.netxms.client.datacollection with parameters of type DciValueModifierConstructorDescriptionChartDciConfig(ChartDciConfig src, Matcher matcher, DciValue dciValue) Create DCI info from DciValue objectChartDciConfig(ChartDciConfig src, DciValue dciValue) Create DCI info from DciValue objectChartDciConfig(DciValue dci) Create DCI info from DciValue objectDataFormatter(DciValue dciValue) 
- 
Uses of DciValue in org.netxms.client.maps.configsMethods in org.netxms.client.maps.configs with parameters of type DciValueModifier and TypeMethodDescriptionDCIImageConfiguration.getCorrectImage(DciValue dciValue) Checks is any rule applicable on last value.Constructors in org.netxms.client.maps.configs with parameters of type DciValueModifierConstructorDescriptionMapDataSource(DciValue dci) Create DCI info from DciValue objectCreate DCI info from DciValue objectCreate DCI info from DciValue object
- 
Uses of DciValue in org.netxms.client.objectsFields in org.netxms.client.objects with type parameters of type DciValueModifier and TypeFieldDescriptionDataCollectionTarget.overviewDciDataDataCollectionTarget.tooltipDciDataMethods in org.netxms.client.objects that return types with arguments of type DciValueModifier and TypeMethodDescriptionDataCollectionTarget.getOverviewDciData()DataCollectionTarget.getTooltipDciData()