Interface SignalEnablerForm

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

public interface SignalEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getSignalEnablerFormRecord

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