OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.CommissionEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.resourcing.rules.CommissionEnablerSearchSession
osid.resourcing.rules.CommissionEnablerSmartFoundrySession
Description

An interface for specifying the ordering of search results.

MethodgetCommissionEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypecommissionEnablerRecordType a commission enabler record type
Returnosid.resourcing.rules.records.CommissionEnablerSearchOrderRecord the commission enabler search order record
ErrorsNULL_ARGUMENT commissionEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(commissionEnablerRecordType) is false
Compliancemandatory This method must be implemented.