Interface ContactEnablerForm

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

public interface ContactEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getContactEnablerFormRecord

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