OSID Logo
OSID Specifications
topology package
Version 3.0.0
Interfaceosid.topology.NodeSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.topology.EdgeSearchOrder
osid.topology.NodeSearchSession
osid.topology.NodeSmartGraphSession
osid.topology.path.PathSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetNodeSearchOrderRecord
Description

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

Parametersosid.type.TypenodeRecordTypea node record type
Returnosid.topology.records.NodeSearchOrderRecordthe node order record
ErrorsNULL_ARGUMENTnodeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(nodeRecordType) is false
CompliancemandatoryThis method must be implemented.