| Interface | osid.voting.RaceForm | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorForm | ||
osid.OsidSubjugateableForm | |||
| Implemented By | osid.voting.batch.RaceBatchForm | ||
| Used By | osid.voting.RaceAdminSession | ||
| Description |
This is the form for creating and updating races. Like all
| ||
| Method | getRaceFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | raceRecordType | the race record type |
| Return | osid.voting.records.RaceFormRecord | the race form record | |
| Errors | NULL_ARGUMENT | raceRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(raceRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |