OSID Logo
OSID Specifications
provisioning package
Version 3.0.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.TypedistributorRecordTypea distributor record type
Returnosid.provisioning.records.DistributorSearchOrderRecordthe distributor search order record
ErrorsNULL_ARGUMENTdistributorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(distributorRecordType) is false
CompliancemandatoryThis method must be implemented.