OSID Logo
OSID Specifications
voting package
Version 3.1.0
Interfaceosid.voting.RaceSearchResults
Implementsosid.OsidSearchResults
Used Byosid.voting.RaceSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetRaces
Description

Gets the race list resulting from a search.

Returnosid.voting.RaceList the race list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetRaceQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.voting.RaceQueryInspector the race query inspector
Compliancemandatory This method must be implemented.
MethodgetRaceSearchResultsRecord
Description

Gets the race search results record corresponding to the given race search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TyperaceSearchRecordType a race search record type
Returnosid.voting.records.RaceSearchResultsRecord the race search results record
ErrorsNULL_ARGUMENT raceSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordTypeType(raceSearchRecordType) is false
Compliancemandatory This method must be implemented.