OSID Logo
OSID Specifications
topology rules package
Version 3.0.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.TypeedgeEnablerRecordTypean edge enabler record type
Returnosid.topology.rules.records.EdgeEnablerSearchOrderRecordthe edge enabler search order record
ErrorsNULL_ARGUMENTedgeEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(edgeEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.