public interface RaceConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RaceConstrainerQueryInspector |
getRaceConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RaceConstrainerList |
getRaceConstrainers()
Gets the
RaceConstrainerList resulting from a search. |
RaceConstrainerSearchResultsRecord |
getRaceConstrainerSearchResultsRecord(Type raceConstrainerSearchRecordType)
Gets the race constrainer search results record corresponding to the
given race constrainer search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRaceConstrainerList getRaceConstrainers()
RaceConstrainerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. RaceConstrainerQueryInspector getRaceConstrainerQueryInspector()
mandatory - This method must be implemented. RaceConstrainerSearchResultsRecord getRaceConstrainerSearchResultsRecord(Type raceConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.raceConstrainerSearchRecordType - a race constrainer search
record typeNullArgumentException -
raceConstrainerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(raceConstrainerSearchRecordType) is
false mandatory - This method must be implemented.