OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.BlockSearchOrder
Implementsosid.OsidObjectSearchOrder
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.TypeblockRecordTypea block record type
Returnosid.hold.records.BlockSearchOrderRecordthe block search order record
ErrorsNULL_ARGUMENT blockRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(blockRecordType) is false
CompliancemandatoryThis method must be implemented.