public interface ColumnStatsContentModel extends ContentModel
ContentContainer| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAvailableColumns()
Returns the names of the columns that can be queried.
|
java.util.List<StatisticType> |
getAvailableStatistics()
Returns the statistics which have been computed.
|
java.lang.Number |
getStatistic(java.lang.String column,
StatisticType statistic)
Returns the value of the statistic for the specified
|
getContainerName, resetjava.util.List<java.lang.String> getAvailableColumns()
getAvailableStatistics()java.util.List<StatisticType> getAvailableStatistics()
getAvailableColumns()java.lang.Number getStatistic(java.lang.String column,
StatisticType statistic)
column - the columnstatistic - the statisticnull
if the statistic for the field was not computed.Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.