public interface RaceSearch extends OsidSearch
The search interface for governing race searches.
| Modifier and Type | Method and Description |
|---|---|
RaceSearchRecord |
getRaceSearchRecord(Type raceSearchRecordType)
Gets the race search record corresponding to the given race search
record
Type. |
void |
orderRaceResults(RaceSearchOrder raceSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongRaces(IdList raceIds)
Execute this search among the given list of races.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongRaces(IdList raceIds)
raceIds - list of race Ids NullArgumentException - raceIds is
null mandatory - This method must be implemented. void orderRaceResults(RaceSearchOrder raceSearchOrder)
raceSearchOrder - race search orderNullArgumentException - raceSearchOrder
is null UnsupportedException - raceSearchOrder
is not of this servicemandatory - This method must be implemented. RaceSearchRecord getRaceSearchRecord(Type raceSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an object
implementing the requested record.raceSearchRecordType - a race search record typeNullArgumentException - raceSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordTypeType(raceSearchRecordType) is
false mandatory - This method must be implemented.