OSID Logo
OSID Specifications
voting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.RaceForm
Implementsosid.OsidGovernatorForm
osid.OsidSubjugateableForm
Description

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

MethodgetRaceFormRecord
Description

Gets the RaceFormRecord corresponding to the given race record Type.

Parametersosid.type.TyperaceRecordTypethe race record type
Returnosid.voting.records.RaceFormRecordthe race form record
ErrorsNULL_ARGUMENT raceRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(raceRecordType) is false
CompliancemandatoryThis method must be implemented.