OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.provisioning.rules.PoolConstrainerSearchSession
osid.provisioning.rules.PoolConstrainerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetPoolConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypepoolConstrainerRecordTypea pool constrainer record type
Returnosid.provisioning.rules.records.PoolConstrainerSearchOrderRecordthe pool constrainer search order record
ErrorsNULL_ARGUMENTpoolConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.