OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.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.TypecommissionEnablerRecordTypea commission enabler record type
Returnosid.resourcing.rules.records.CommissionEnablerSearchOrderRecordthe commission enabler search order record
ErrorsNULL_ARGUMENTcommissionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(commissionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.