Interface RaceProcessorEnablerForm

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

public interface RaceProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getRaceProcessorEnablerFormRecord

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