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 java.lang.LonggetMax()java.lang.LonggetMean()longgetNumberFound()java.util.List<StatsResultStat>getStats()java.lang.LonggetSum()
-
-
-
Method Detail
-
getNumberFound
long getNumberFound()
-
getSum
java.lang.Long getSum()
-
getMax
java.lang.Long getMax()
-
getMean
java.lang.Long getMean()
-
getStats
java.util.List<StatsResultStat> getStats()
-
-