public interface RaceSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
RaceQueryInspector |
getRaceQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RaceList |
getRaces()
Gets the race list resulting from a search.
|
RaceSearchResultsRecord |
getRaceSearchResultsRecord(Type raceSearchRecordType)
Gets the race search results record corresponding to the given race
search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
RaceList getRaces()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. RaceQueryInspector getRaceQueryInspector()
mandatory
- This method must be implemented. RaceSearchResultsRecord getRaceSearchResultsRecord(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.