Interface RaceConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing race constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRaceConstrainerSearchRecord(Type raceConstrainerSearchRecordType) Gets the race constrainer search record corresponding to the given race constrainer search recordType.This method is used to retrieve an object implementing the requested record.voidorderRaceConstrainerResults(RaceConstrainerSearchOrder raceConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongRaceConstrainers(IdList pollsIds) Execute this search among the given list of race constrainers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongRaceConstrainers
Execute this search among the given list of race constrainers.- Parameters:
pollsIds- list of race constrainers- Throws:
NullArgumentException-pollsIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRaceConstrainerResults
Specify an ordering to the search results.- Parameters:
raceConstrainerSearchOrder- race constrainer search order- Throws:
NullArgumentException-raceConstrainerSearchOrderisnullUnsupportedException-raceConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRaceConstrainerSearchRecord
RaceConstrainerSearchRecord getRaceConstrainerSearchRecord(Type raceConstrainerSearchRecordType) throws OperationFailedException Gets the race constrainer search record corresponding to the given race constrainer search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
raceConstrainerSearchRecordType- a race constrainer search record type- Returns:
- the race constrainer search record
- Throws:
NullArgumentException-raceConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(raceConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-