OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.OublietteSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.hold.OublietteSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetOublietteSearchOrderRecord
Description

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

Parametersosid.type.TypeoublietteRecordType an oubliette record type
Returnosid.hold.records.OublietteSearchOrderRecord the oubliette search order record
ErrorsNULL_ARGUMENT oublietteRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(oublietteRecordType) is false
Compliancemandatory This method must be implemented.