OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Interfaceosid.hold.rules.IssueConstrainer
Implementsosid.OsidConstrainer
Used Byosid.hold.rules.IssueConstrainerAdminSession
osid.hold.rules.IssueConstrainerList
osid.hold.rules.IssueConstrainerLookupSession
Description

An IssueConstrainer constrains the valid Holds.

MethodgetIssueConstrainerRecord
Description

Gets the issue constrainer record corresponding to the given IssueConstrai ner record Type . This method ie used to retrieve an object implementing the requested record. The issueConstrainerRecordT ype may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(issueConstrainerRecordTyp e) is true .

Parametersosid.type.TypeissueConstrainerRecordTypethe type of issue constrainer record to retrieve
Returnosid.hold.rules.records.IssueConstrainerRecordthe issue constrainer record
ErrorsNULL_ARGUMENTissueConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.