Interface InputEnablerForm

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

public interface InputEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getInputEnablerFormRecord

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