public interface RaceConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RaceConstrainerEnablerQueryInspector |
getRaceConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RaceConstrainerEnablerList |
getRaceConstrainerEnablers()
Gets the
RaceConstrainerEnablerList resulting from a
search. |
RaceConstrainerEnablerSearchResultsRecord |
getRaceConstrainerEnablerSearchResultsRecord(Type raceConstrainerEnablerSearchRecordType)
Gets the race constrainer enabler search results record corresponding
to the given race constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRaceConstrainerEnablerList getRaceConstrainerEnablers()
RaceConstrainerEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. RaceConstrainerEnablerQueryInspector getRaceConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. RaceConstrainerEnablerSearchResultsRecord getRaceConstrainerEnablerSearchResultsRecord(Type raceConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.raceConstrainerEnablerSearchRecordType - a race constrainer
enabler search record typeNullArgumentException -
raceConstrainerEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(raceConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.