| Interface | osid.hold.IssueForm | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorForm | ||
| Implemented By | osid.hold.batch.IssueBatchForm | ||
| Used By | osid.hold.IssueAdminSession | ||
| Description |
This is the form for creating and updating
| ||
| Method | getIssueFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | issueRecordType | an issue record type |
| Return | osid.hold.records.IssueFormRecord | the issue form record | |
| Errors | NULL_ARGUMENT | issueRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(issueRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |