public interface ResponseSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
ResponseQueryInspector |
getResponseQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ResponseList |
getResponses()
Gets the response list resulting from a search.
|
ResponseSearchResultsRecord |
getResponseSearchResultsRecord(Type responseSearchRecordType)
Gets the response search results record corresponding to the given
response search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
ResponseList getResponses()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. ResponseQueryInspector getResponseQueryInspector()
mandatory
- This method must be implemented. ResponseSearchResultsRecord getResponseSearchResultsRecord(Type responseSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.responseSearchRecordType
- a response search record typeNullArgumentException
- responseSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(responseSearchRecordType)
is
false
mandatory
- This method must be implemented.