Interface BrokerEnablerForm

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

public interface BrokerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getBrokerEnablerFormRecord

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