Interface OfferingConstrainerEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface OfferingConstrainerEnabler extends OsidEnabler

An OfferingConstrainerEnabler describes the rules for making an OfferingConstrainer effective.

  • Method Details

    • getOfferingConstrainerEnablerRecord

      OfferingConstrainerEnablerRecord getOfferingConstrainerEnablerRecord(Type offeringConstrainerEnablerRecordType) throws OperationFailedException
      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 .
      Parameters:
      offeringConstrainerEnablerRecordType - the type of offering constrainer enabler record to retrieve
      Returns:
      the offering constrainer enabler record
      Throws:
      NullArgumentException - offeringConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(offeringConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.