public interface RaceProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RaceProcessorQueryInspector |
getRaceProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RaceProcessorList |
getRaceProcessors()
Gets the
RaceProcessorList resulting from a search. |
RaceProcessorSearchResultsRecord |
getRaceProcessorSearchResultsRecord(Type raceProcessorSearchRecordType)
Gets the race processor search results record corresponding to the
given race processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRaceProcessorList getRaceProcessors()
RaceProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. RaceProcessorQueryInspector getRaceProcessorQueryInspector()
mandatory - This method must be implemented. RaceProcessorSearchResultsRecord getRaceProcessorSearchResultsRecord(Type raceProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.raceProcessorSearchRecordType - a race processor search record
typeNullArgumentException -
raceProcessorSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(raceProcessorSearchRecordType) is
false mandatory - This method must be implemented.