OSID Logo
OSID Specifications
hold rules package
Version 3.0.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.TypeissueConstrainerRecordTypean issue constrainer record type
Returnosid.hold.rules.records.IssueConstrainerFormRecordthe issue constrainer form record
ErrorsNULL_ARGUMENTissueConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.