public interface OntologySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OntologyList |
getOntologies()
Gets the ontology list resulting from the search.
|
OntologyQueryInspector |
getOntologyQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OntologySearchResultsRecord |
getOntologySearchResultsRecord(Type ontologySearchRecordType)
Gets the ontology search results record corresponding to the given
calndar search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOntologyList getOntologies()
IllegalStateException - list already retrievedmandatory - This method must be implemented. OntologyQueryInspector getOntologyQueryInspector()
mandatory - This method must be implemented. OntologySearchResultsRecord getOntologySearchResultsRecord(Type ontologySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.ontologySearchRecordType - an ontology search record typeNullArgumentException - ontologySearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(ontologySearchRecordType) is
false mandatory - This method must be implemented.