OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Release Candidate Preview
Interfaceosid.subscription.DispatchSearchOrder
Implementsosid.OsidGovernatorSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetDispatchSearchOrderRecord
Description

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

Parametersosid.type.TypedispatchRecordTypea dispatch record type
Returnosid.subscription.records.DispatchSearchOrderRecordthe dispatch search order record
ErrorsNULL_ARGUMENT dispatchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(dispatchRecordType) is false
CompliancemandatoryThis method must be implemented.