OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.CommissionEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypecommissionEnablerRecordTypean commission enabler record type
Returnosid.resourcing.rules.records.CommissionEnablerSearchOrderRecordthe commission enabler search order record
ErrorsNULL_ARGUMENT commissionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commissionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.