OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.hold.rules.IssueProcessorEnablerAdminSession
Description

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

MethodgetIssueProcessorEnablerFormRecord
Description

Gets the IssueProcessorEnablerFormRecord corresponding to the given issue processor enabler record Type.

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