Interface BrokerConstrainerForm

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

public interface BrokerConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getBrokerConstrainerFormRecord

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