OSID Logo
OSID Specifications
topology package
Version 3.0.0
Interfaceosid.topology.GraphSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.topology.GraphSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetGraphSearchOrderRecord
Description

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

Parametersosid.type.TypegraphRecordTypea graph record type
Returnosid.topology.records.GraphSearchOrderRecordthe graph search order record
ErrorsNULL_ARGUMENTgraphRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(graphRecordType) is false
CompliancemandatoryThis method must be implemented.