Interface RaceConstrainerForm

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

public interface RaceConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getRaceConstrainerFormRecord

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