OSID Logo
OSID Specifications
hold rules package
Version 3.1.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.TypeissueConstrainerRecordType the type of issue constrainer record to retrieve
Returnosid.hold.rules.records.IssueConstrainerRecord the issue constrainer record
ErrorsNULL_ARGUMENT issueConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(issueConstrainerRecordType) is false
Compliancemandatory This method must be implemented.