Interface RaceConstrainerEnablerForm

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

public interface RaceConstrainerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getRaceConstrainerEnablerFormRecord

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