OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.hold.rules.IssueEnablerAdminSession
Description

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

MethodgetIssueEnablerFormRecord
Description

Gets the IssueEnablerFormRecord corresponding to the given issue enabler record Type.

Parametersosid.type.TypeissueEnablerRecordType an issue enabler record type
Returnosid.hold.rules.records.IssueEnablerFormRecord the issue enabler form record
ErrorsNULL_ARGUMENT issueEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(issueEnablerRecordType) is false
Compliancemandatory This method must be implemented.