Interface InquiryEnablerForm

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

public interface InquiryEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getInquiryEnablerFormRecord

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