OSID Logo
OSID Specifications
resource package
Version 3.1.0
Interfaceosid.resource.BinSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.resource.BinSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBinSearchOrderRecord
Description

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

Parametersosid.type.TypebinRecordType a bin record type
Returnosid.resource.records.BinSearchOrderRecord the bin search order record
ErrorsNULL_ARGUMENT binRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(binRecordType) is false
Compliancemandatory This method must be implemented.