OSID Logo
OSID Specifications
metering package
Version 3.1.0
Interfaceosid.metering.StatisticSearch
Implementsosid.OsidSearch
Used Byosid.metering.StatisticSearchSession
Description

The search interface for governing statistic searches.

MethodorderStatisticResults
Description

Specify an ordering to the search results.

Parametersosid.metering.StatisticSearchOrderstatisticSearchOrder statistic search order
ErrorsNULL_ARGUMENT statisticSearchOrder is null
UNSUPPORTED statisticSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetStatisticSearchRecord
Description

Gets the statistic search 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.StatisticSearchRecord the statistic search record
ErrorsNULL_ARGUMENT statisticSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordTypeType(statisticSearchRecordType) is false
Compliancemandatory This method must be implemented.