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