OSID Logo
OSID Specifications
mapping package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.MapSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetMapSearchOrderRecord
Description

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

Parametersosid.type.TypemapRecordTypea map record type
Returnosid.mapping.records.MapSearchOrderRecordthe map search order record
ErrorsNULL_ARGUMENT mapRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(mapRecordType) is false
CompliancemandatoryThis method must be implemented.