OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.HoldEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.hold.rules.HoldEnablerSearchSession
osid.hold.rules.HoldEnablerSmartOublietteSession
Description

An interface for specifying the ordering of search results.

MethodgetHoldEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeholdEnablerRecordType a hold enabler record type
Returnosid.hold.rules.records.HoldEnablerSearchOrderRecord the hold enabler search order record
ErrorsNULL_ARGUMENT holdEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(holdEnablerRecordType) is false
Compliancemandatory This method must be implemented.