Package org.alfresco.service.cmr.search
Interface StatsResultSet
-
public interface StatsResultSet
A result of a search for Stats- Since:
- 5.0
- Author:
- Gethin James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getMax()
Long
getMean()
long
getNumberFound()
List<StatsResultStat>
getStats()
Long
getSum()
-
-
-
Method Detail
-
getNumberFound
long getNumberFound()
-
getSum
Long getSum()
-
getMax
Long getMax()
-
getMean
Long getMean()
-
getStats
List<StatsResultStat> getStats()
-
-