OSID Logo
OSID Specifications
topology rules package
Version 3.1.0
Interfaceosid.topology.rules.EdgeEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.topology.rules.EdgeEnablerSearchSession
osid.topology.rules.EdgeEnablerSmartGraphSession
Description

An interface for specifying the ordering of search results.

MethodgetEdgeEnablerSearchOrderRecord
Description

Gets the edge enabler search order record corresponding to the given edge enabler record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeedgeEnablerRecordType an edge enabler record type
Returnosid.topology.rules.records.EdgeEnablerSearchOrderRecord the edge enabler search order record
ErrorsNULL_ARGUMENT edgeEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(edgeEnablerRecordType) is false
Compliancemandatory This method must be implemented.