OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.AvailabilityEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.resourcing.rules.AvailabilityEnablerSearchSession
osid.resourcing.rules.AvailabilityEnablerSmartFoundrySession
Description

An interface for specifying the ordering of search results.

MethodgetAvailabilityEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeavailabilityEnablerRecordType an availability enabler record type
Returnosid.resourcing.rules.records.AvailabilityEnablerSearchOrderRecord the availability enabler search order record
ErrorsNULL_ARGUMENT availabilityEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(availabilityEnablerRecordType) is false
Compliancemandatory This method must be implemented.