OSID Logo
OSID Specifications
hold rules package
Version 3.0.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.TypeissueEnablerRecordTypean issue enabler record type
Returnosid.hold.rules.records.IssueEnablerFormRecordthe issue enabler form record
ErrorsNULL_ARGUMENTissueEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(issueEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.