OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.DistributorSearchOrder
Implementsosid.OsidCatalogSearchOrder
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_ARGUMENT distributorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(distributorRecordType) is false
CompliancemandatoryThis method must be implemented.