| Interface | osid.ontology.OntologySearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description | This interface provides a means to capture results of a search. | ||
| Method | getOntologies | ||
| Description | Gets the ontology list resulting from the search. | ||
| Return | osid.ontology.OntologyList | the ontology list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOntologyQueryInspector | ||
| Description | Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.ontology.OntologyQueryInspector | the ontology query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOntologySearchResultsRecord | ||
| Description | Gets the ontology search results record corresponding 
                    to the given calndar search record  | ||
| Parameters | osid.type.Type | ontologySearchRecordType | an ontology search record type | 
| Return | osid.ontology.records.OntologySearchResultsRecord | the ontology search results record | |
| Errors | NULL_ARGUMENT |  ontologySearchRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(ontologySearchRecordType) is false 
 | ||
| Compliance | mandatory | This method must be implemented. | |