OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.PoolProcessorEnablerSearchSession
osid.provisioning.rules.PoolProcessorEnablerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetPoolProcessorEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypepoolProcessorEnablerRecordTypea pool processor enabler record type
Returnosid.provisioning.rules.records.PoolProcessorEnablerSearchOrderRecordthe pool processor enabler search order record
ErrorsNULL_ARGUMENTpoolProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.