OSID Logo
OSID Specifications
voting package
Version 3.1.0
Interfaceosid.voting.RaceForm
Implementsosid.OsidGovernatorForm
osid.OsidSubjugateableForm
Implemented Byosid.voting.batch.RaceBatchForm
Used Byosid.voting.RaceAdminSession
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.TyperaceRecordType the race record type
Returnosid.voting.records.RaceFormRecord the race form record
ErrorsNULL_ARGUMENT raceRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(raceRecordType) is false
Compliancemandatory This method must be implemented.