public interface StatisticSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
StatisticQueryInspector |
getStatisticQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
StatisticList |
getStatistics()
Gets the statistic list resulting from a search.
|
StatisticSearchResultsRecord |
getStatisticSearchResultsRecord(Type statisticSearchRecordType)
Gets the statistic search results record corresponding to the given
statistic search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeStatisticList getStatistics()
IllegalStateException - list already retrievedmandatory - This method must be implemented. StatisticQueryInspector getStatisticQueryInspector()
mandatory - This method must be implemented. StatisticSearchResultsRecord getStatisticSearchResultsRecord(Type statisticSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.statisticSearchRecordType - a statistic search record typeNullArgumentException -
statisticSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordTypeType(statisticSearchRecordType) is
false mandatory - This method must be implemented.