OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.DepotSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.installation.DepotSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetDepotSearchOrderRecord
Description

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

Parametersosid.type.TypedepotRecordType a depot record type
Returnosid.installation.records.DepotSearchOrderRecord the depot search order record
ErrorsNULL_ARGUMENT depotRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(depotRecordType) is false
Compliancemandatory This method must be implemented.