OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.CommissionEnabler
Implementsosid.OsidEnabler
Description

A CommissionEnabler describes the rules for managing the effectiveness of Commissions.

MethodgetCommissionEnablerRecord
Description

Gets the commission enabler record corresponding to the given CommissionEnabler record Type. This method is used to retrieve an object implementing the requested record. The commissionEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(commissionEnablerRecordType) is true .

Parametersosid.type.TypecommissionEnablerRecordTypethe type of commission enabler record to retrieve
Returnosid.resourcing.rules.records.CommissionEnablerRecordthe commission enabler record
ErrorsNULL_ARGUMENT commissionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commissionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.