Interface RaceProcessorEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface RaceProcessorEnabler extends OsidEnabler

A RaceProcessorEnabler describes the rules for making a RaceProcessor effective.

  • Method Details

    • getRaceProcessorEnablerRecord

      RaceProcessorEnablerRecord getRaceProcessorEnablerRecord(Type raceProcessorEnablerRecordType) throws OperationFailedException
      Gets the race processor enabler record corresponding to the given RaceProcessorEnabler record Type .This method is used to retrieve an object implementing the requested record. The raceProcessorEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(raceProcessorEnablerRecordType) is true .
      Parameters:
      raceProcessorEnablerRecordType - the type of race processor enabler record to retrieve
      Returns:
      the race processor enabler record
      Throws:
      NullArgumentException - raceProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(raceProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.