Uses of Interface
org.osid.voting.rules.RaceProcessorList
Packages that use RaceProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of RaceProcessorList in org.osid.voting.rules
Methods in org.osid.voting.rules that return RaceProcessorListModifier and TypeMethodDescriptionRaceProcessorLookupSession.getRaceProcessors()Gets allRaceProcessors.RaceProcessorSearchResults.getRaceProcessors()Gets theRaceProcessorListresulting from a search.RaceProcessorLookupSession.getRaceProcessorsByGenusType(Type raceProcessorGenusType) Gets aRaceProcessorListcorresponding to the given race processor genusTypewhich does not include race processor of genus types derived from the specifiedType.RaceProcessorLookupSession.getRaceProcessorsByIds(IdList raceProcessorIds) Gets aRaceProcessorListcorresponding to the givenIdList.RaceProcessorLookupSession.getRaceProcessorsByParentGenusType(Type raceProcessorGenusType) Gets aRaceProcessorListcorresponding to the given race processor genusTypeand include any additional race processor with genus types derived from the specifiedType.RaceProcessorPollsSession.getRaceProcessorsByPolls(Id pollsId) Gets the list of race processors associated with aPolls.RaceProcessorPollsSession.getRaceProcessorsByPolls(IdList pollsIds) Gets the list of race processor corresponding to a list ofPolls.RaceProcessorQuerySession.getRaceProcessorsByQuery(RaceProcessorQuery raceProcessorQuery) Gets a list ofRaceProcessorsmatching the given race processor query.RaceProcessorLookupSession.getRaceProcessorsByRecordType(Type raceProcessorRecordType) Gets aRaceProcessorListcontaining the given race processor recordType.RaceProcessorRuleLookupSession.getRaceProcessorsForRace(Id raceId) Gets theRaceProcessorassociated with aRace.RaceProcessorEnablerRuleLookupSession.getRaceProcessorsForRaceProcessorEnabler(Id raceProcessorEnablerId) Gets theRaceProcessorsmapped to aRaceProcessorEnabler.