Uses of Class
org.netxms.client.datacollection.DciSummaryTable
-
Packages that use DciSummaryTable Package Description org.netxms.client org.netxms.client.datacollection -
-
Uses of DciSummaryTable in org.netxms.client
Methods in org.netxms.client that return DciSummaryTable Modifier and Type Method Description DciSummaryTableNXCSession. getDciSummaryTable(int id)Get DCI summary table configuration.Methods in org.netxms.client with parameters of type DciSummaryTable Modifier and Type Method Description intNXCSession. modifyDciSummaryTable(DciSummaryTable table)Modify DCI summary table configuration. -
Uses of DciSummaryTable in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection with parameters of type DciSummaryTable Modifier and Type Method Description voidDciSummaryTableDescriptor. updateFromTable(DciSummaryTable table)Update descriptor from tableConstructors in org.netxms.client.datacollection with parameters of type DciSummaryTable Constructor Description DciSummaryTableDescriptor(DciSummaryTable table)Create descriptor from table object
-