OSID Logo
OSID Specifications
metering package
Version 3.1.0
Interfaceosid.metering.MeterSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.metering.MeterSearchSession
osid.metering.MeterSmartUtilitySession
osid.metering.StatisticSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetMeterSearchOrderRecord
Description

Gets the meter search order record corresponding to the given meter record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypemeterRecordType a meter record type
Returnosid.metering.records.MeterSearchOrderRecord the meter search order record
ErrorsNULL_ARGUMENT meterRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(meterRecordType) is false
Compliancemandatory This method must be implemented.