OSID Logo
OSID Specifications
hold rules package
Version 3.1.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.TypeissueConstrainerEnablerRecordType an issue constrainer enabler record type
Returnosid.hold.rules.records.IssueConstrainerEnablerSearchOrderRecord the issue constrainer enabler search order record
ErrorsNULL_ARGUMENT issueConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(issueConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.