OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.rules.HoldEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypeholdEnablerRecordTypea hold enabler record type
Returnosid.hold.rules.records.HoldEnablerSearchOrderRecordthe hold enabler search order record
ErrorsNULL_ARGUMENT holdEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(holdEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.