OSID Logo
OSID Specifications
metering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.metering.StatisticSearch
Implementsosid.OsidSearch
Description

The search interface for governing statistic searches.

MethodorderStatisticResults
Description

Specify an ordering to the search results.

Parametersosid.metering.StatisticSearchOrderstatisticSearchOrderstatistic search order
ErrorsNULL_ARGUMENT statisticSearchOrder is null
UNSUPPORTED statisticSearchOrder is not of this service
CompliancemandatoryThis 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.TypestatisticSearchRecordTypea statistic search record type
Returnosid.metering.records.StatisticSearchRecordthe statistic search record
ErrorsNULL_ARGUMENT statisticSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordTypeType(statisticSearchRecordType) is false
CompliancemandatoryThis method must be implemented.