OSID Logo
OSID Specifications
topology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.rules.EdgeEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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_ARGUMENT edgeEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(edgeEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.