public interface InquirySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
InquiryList |
getInquiries()
Gets the inquiry list resulting from a search.
|
InquiryQueryInspector |
getInquiryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
InquirySearchResultsRecord |
getInquirySearchResultsRecord(Type inquirySearchRecordType)
Gets the inquiry search results record corresponding to the given
inquiry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeInquiryList getInquiries()
IllegalStateException - list already retrievedmandatory - This method must be implemented. InquiryQueryInspector getInquiryQueryInspector()
mandatory - This method must be implemented. InquirySearchResultsRecord getInquirySearchResultsRecord(Type inquirySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.inquirySearchRecordType - an inquiry search record typeNullArgumentException - inquirySearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(inquirySearchRecordType) is false
mandatory - This method must be implemented.