OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.OntologySearchResults
Implementsosid.OsidSearchResults
Used Byosid.ontology.OntologySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetOntologies
Description

Gets the ontology list resulting from the search.

Returnosid.ontology.OntologyList the ontology list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetOntologyQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.ontology.OntologyQueryInspector the ontology query inspector
Compliancemandatory This method must be implemented.
MethodgetOntologySearchResultsRecord
Description

Gets the ontology search results record corresponding to the given calndar search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeontologySearchRecordType an ontology search record type
Returnosid.ontology.records.OntologySearchResultsRecord the ontology search results record
ErrorsNULL_ARGUMENT ontologySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(ontologySearchRecordType) is false
Compliancemandatory This method must be implemented.