OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.RaceProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.voting.rules.RaceProcessorEnablerAdminSession
osid.voting.rules.RaceProcessorEnablerList
osid.voting.rules.RaceProcessorEnablerLookupSession
Description

A RaceProcessorEnabler describes the rules for making a RaceProcessor effective.

MethodgetRaceProcessorEnablerRecord
Description

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.

Parametersosid.type.TyperaceProcessorEnablerRecordType the type of race processor enabler record to retrieve
Returnosid.voting.rules.records.RaceProcessorEnablerRecord the race processor enabler record
ErrorsNULL_ARGUMENT raceProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(raceProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.