OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.PoolConstrainerEnablerSmartDistributorSession
osid.provisioning.rules.PoolEnablerSearchSession
osid.provisioning.rules.PoolEnablerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetPoolEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypepoolEnablerRecordType a pool enabler record type
Returnosid.provisioning.rules.records.PoolEnablerSearchOrderRecord the pool enabler search order record
ErrorsNULL_ARGUMENT poolEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolEnablerRecordType) is false
Compliancemandatory This method must be implemented.