Uses of Class
org.netxms.client.constants.AggregationFunction
-
Packages that use AggregationFunction Package Description org.netxms.client org.netxms.client.constants -
-
Uses of AggregationFunction in org.netxms.client
Methods in org.netxms.client with parameters of type AggregationFunction Modifier and Type Method Description TableNXCSession. queryAdHocDciSummaryTable(long baseObjectId, List<DciSummaryTableColumn> columns, AggregationFunction function, Date periodStart, Date periodEnd, boolean multiInstance)Query ad-hoc DCI summary table. -
Uses of AggregationFunction in org.netxms.client.constants
Methods in org.netxms.client.constants that return AggregationFunction Modifier and Type Method Description static AggregationFunctionAggregationFunction. getByValue(int value)Get enum element by integer valuestatic AggregationFunctionAggregationFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationFunction[]AggregationFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-