OSID Logo
OSID Specifications
topology rules package
Version 3.1.0
Interfaceosid.topology.rules.EdgeEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.topology.rules.EdgeEnablerSearchSession
Description

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

MethodgetEdgeEnablers
Description

Gets the EdgeEnablerList resulting from a search.

Returnosid.topology.rules.EdgeEnablerList the edge enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetEdgeEnablerQueryInspector
Description

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

Returnosid.topology.rules.EdgeEnablerQueryInspector the edge enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetEdgeEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypeedgeEnablerSearchRecordType an edge enabler search record type
Returnosid.topology.rules.records.EdgeEnablerSearchResultsRecord the edge enabler search results record
ErrorsNULL_ARGUMENT edgeEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(edgeEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.