public interface InputSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
InputQueryInspector |
getInputQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
InputList |
getInputs()
Gets the input list resulting from a search.
|
InputSearchResultsRecord |
getInputSearchResultsRecord(Type inputSearchRecordType)
Gets the input search results record corresponding to the given input
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeInputList getInputs()
IllegalStateException - list already retrievedmandatory - This method must be implemented. InputQueryInspector getInputQueryInspector()
mandatory - This method must be implemented. InputSearchResultsRecord getInputSearchResultsRecord(Type inputSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.inputSearchRecordType - an input search record typeNullArgumentException - inputSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(inputSearchRecordType) is false
mandatory - This method must be implemented.