OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.IssueForm
Implementsosid.OsidGovernatorForm
Implemented Byosid.hold.batch.IssueBatchForm
Used Byosid.hold.IssueAdminSession
Description

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

MethodgetIssueFormRecord
Description

Gets the IssueFormRecord corresponding to the given issue record Type.

Parametersosid.type.TypeissueRecordType an issue record type
Returnosid.hold.records.IssueFormRecord the issue form record
ErrorsNULL_ARGUMENT issueRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(issueRecordType) is false
Compliancemandatory This method must be implemented.