Interface OfferingConstrainerEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface OfferingConstrainerEnablerForm extends OsidEnablerForm

This is the form for creating and updating OfferingConstrainerEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the OfferingConstrainerEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getOfferingConstrainerEnablerFormRecord

      OfferingConstrainerEnablerFormRecord getOfferingConstrainerEnablerFormRecord(Type offeringConstrainerEnablerRecordType) throws OperationFailedException
      Gets the OfferingConstrainerEnablerFormRecord corresponding to the given offering constrainer enabler record Type.
      Parameters:
      offeringConstrainerEnablerRecordType - an offering constrainer enabler record type
      Returns:
      the offering constrainer enabler form record
      Throws:
      NullArgumentException - offeringConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(offeringConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.