Package org.alfresco.service.cmr.search
Interface StatsResultSet
-
public interface StatsResultSetA 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 LonggetMax()LonggetMean()longgetNumberFound()List<StatsResultStat>getStats()LonggetSum()
-
-
-
Method Detail
-
getNumberFound
long getNumberFound()
-
getSum
Long getSum()
-
getMax
Long getMax()
-
getMean
Long getMean()
-
getStats
List<StatsResultStat> getStats()
-
-