OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.DepotSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypedepotRecordTypea depot record type
Returnosid.installation.records.DepotSearchOrderRecordthe depot search order record
ErrorsNULL_ARGUMENT depotRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(depotRecordType) is false
CompliancemandatoryThis method must be implemented.