Interface DispatchEnablerForm

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

public interface DispatchEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getDispatchEnablerFormRecord

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