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