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