OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.OfferingConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.offering.rules.OfferingConstrainerEnablerAdminSession
osid.offering.rules.OfferingConstrainerEnablerList
osid.offering.rules.OfferingConstrainerEnablerLookupSession
Description

An OfferingConstrainerEnabler describes the rules for making an OfferingConstrainer effective.

MethodgetOfferingConstrainerEnablerRecord
Description

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

Parametersosid.type.TypeofferingConstrainerEnablerRecordType the type of offering constrainer enabler record to retrieve
Returnosid.offering.rules.records.OfferingConstrainerEnablerRecord the offering constrainer enabler record
ErrorsNULL_ARGUMENT offeringConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offeringConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.