OSID Logo
OSID Specifications
topology package
Version 3.1.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.TypenodeRecordType a node record type
Returnosid.topology.records.NodeSearchOrderRecord the node order record
ErrorsNULL_ARGUMENT nodeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(nodeRecordType) is false
Compliancemandatory This method must be implemented.