OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Interfaceosid.hold.rules.IssueConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.hold.rules.IssueConstrainerEnablerSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetIssueConstrainerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeissueConstrainerEnablerRecordTypean issue constrainer enabler record type
Returnosid.hold.rules.records.IssueConstrainerEnablerSearchOrderRecordthe issue constrainer enabler search order record
ErrorsNULL_ARGUMENTissueConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.