OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.BlockSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.hold.BlockSearchSession
osid.hold.BlockSmartOublietteSession
osid.rules.check.CheckSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetBlockSearchOrderRecord
Description

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

Parametersosid.type.TypeblockRecordType a block record type
Returnosid.hold.records.BlockSearchOrderRecord the block search order record
ErrorsNULL_ARGUMENT blockRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(blockRecordType) is false
Compliancemandatory This method must be implemented.