OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.PoolConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetPoolConstrainerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypepoolConstrainerEnablerRecordTypea pool constrainer enabler record type
Returnosid.provisioning.rules.records.PoolConstrainerEnablerSearchOrderRecordthe pool constrainer enabler search order record
ErrorsNULL_ARGUMENT poolConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(poolConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.