OSID Logo
OSID Specifications
topology package
Version 3.1.0
Interfaceosid.topology.EdgeSearchResults
Implementsosid.OsidSearchResults
Used Byosid.topology.EdgeSearchSession
Description

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

MethodgetEdges
Description

Gets the edge list resulting from a search.

Returnosid.topology.EdgeList the edge list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetEdgeQueryInspector
Description

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

Returnosid.topology.EdgeQueryInspector the edge query inspector
Compliancemandatory This method must be implemented.
MethodgetEdgeSearchResultsRecord
Description

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

Parametersosid.type.TypeedgeSearchRecordType an edge search record type
Returnosid.topology.records.EdgeSearchResultsRecord the edge search results record
ErrorsNULL_ARGUMENT edgeSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(edgeSearchRecordType) is false
Compliancemandatory This method must be implemented.