Interface CommissionEnablerForm

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

public interface CommissionEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getCommissionEnablerFormRecord

      CommissionEnablerFormRecord getCommissionEnablerFormRecord(Type commissionEnablerRecordType) throws OperationFailedException
      Gets the CommissionEnablerFormRecord corresponding to the given commission enabler record Type.
      Parameters:
      commissionEnablerRecordType - a commission enabler record type
      Returns:
      the commission enabler form record
      Throws:
      NullArgumentException - commissionEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(commissionEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.