public interface InquestSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
InquestQueryInspector |
getInquestQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
InquestList |
getInquests()
Gets the inquest list resulting from a search.
|
InquestSearchResultsRecord |
getInquestSearchResultsRecord(Type inquestSearchRecordType)
Gets the inquest search results record corresponding to the given
inquest search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeInquestList getInquests()
IllegalStateException - list already retrievedmandatory - This method must be implemented. InquestQueryInspector getInquestQueryInspector()
mandatory - This method must be implemented. InquestSearchResultsRecord getInquestSearchResultsRecord(Type inquestSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.inquestSearchRecordType - an inquest search record typeNullArgumentException - inquestSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(inquestSearchRecordType) is false
mandatory - This method must be implemented.