OSID Logo
OSID Specifications
resource package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.BinSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypebinRecordTypea bin record type
Returnosid.resource.records.BinSearchOrderRecordthe bin search order record
ErrorsNULL_ARGUMENT binRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(binRecordType) is false
CompliancemandatoryThis method must be implemented.