OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.DistributorSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.provisioning.DistributorSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetDistributorSearchOrderRecord
Description

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

Parametersosid.type.TypedistributorRecordType a distributor record type
Returnosid.provisioning.records.DistributorSearchOrderRecord the distributor search order record
ErrorsNULL_ARGUMENT distributorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(distributorRecordType) is false
Compliancemandatory This method must be implemented.