OSID Logo
OSID Specifications
metering package
Version 3.1.0
Interfaceosid.metering.StatisticSearchResults
Implementsosid.OsidSearchResults
Used Byosid.metering.StatisticSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetStatistics
Description

Gets the statistic list resulting from a search.

Returnosid.metering.StatisticList the statistic list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetStatisticQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.metering.StatisticQueryInspector the statistic query inspector
Compliancemandatory This method must be implemented.
MethodgetStatisticSearchResultsRecord
Description

Gets the statistic search results record corresponding to the given statistic search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypestatisticSearchRecordType a statistic search record type
Returnosid.metering.records.StatisticSearchResultsRecord the statistic search results record
ErrorsNULL_ARGUMENT statisticSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordTypeType(statisticSearchRecordType) is false
Compliancemandatory This method must be implemented.