OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.hold.rules.IssueConstrainerAdminSession
Description

This is the form for creating and updating IssueConstrainer s. Like all OsidForms, various data elements may be set here for use in the create and update methods in the IssueConstrainerAdminSessio n. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetIssueConstrainerFormRecord
Description

Gets the IssueConstrainerFormRecord corresponding to the given issue constrainer record Type.

Parametersosid.type.TypeissueConstrainerRecordType an issue constrainer record type
Returnosid.hold.rules.records.IssueConstrainerFormRecord the issue constrainer form record
ErrorsNULL_ARGUMENT issueConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(issueConstrainerRecordType) is false
Compliancemandatory This method must be implemented.