OSID Logo
OSID Specifications
voting package
Version 3.0.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.TyperaceRecordTypethe race record type
Returnosid.voting.records.RaceFormRecordthe race form record
ErrorsNULL_ARGUMENTraceRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceRecordType) is false
CompliancemandatoryThis method must be implemented.