OSID Logo
OSID Specifications
mapping package
Version 3.1.0
Interfaceosid.mapping.MapSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.mapping.MapSearchSession
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.TypemapRecordType a map record type
Returnosid.mapping.records.MapSearchOrderRecord the map search order record
ErrorsNULL_ARGUMENT mapRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(mapRecordType) is false
Compliancemandatory This method must be implemented.