OSID Logo
OSID Specifications
topology package
Version 3.1.0
Interfaceosid.topology.GraphSearchResults
Implementsosid.OsidSearchResults
Used Byosid.topology.GraphSearchSession
Description

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

MethodgetGraphs
Description

Gets the graph list resulting from a search.

Returnosid.topology.GraphList the graph list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetGraphQueryInspector
Description

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

Returnosid.topology.GraphQueryInspector the graph query inspector
Compliancemandatory This method must be implemented.
MethodgetGraphSearchResultsRecord
Description

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

Parametersosid.type.TypegraphSearchRecordType a graph search record type
Returnosid.topology.records.GraphSearchResultsRecord the graph search results record
ErrorsNULL_ARGUMENT graphSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(graphSearchRecordType) is false
Compliancemandatory This method must be implemented.