| Interface | osid.hold.rules.IssueProcessor | ||
|---|---|---|---|
| Implements | osid.OsidProcessor | ||
| Used By | osid.hold.rules.IssueProcessorAdminSession | ||
osid.hold.rules.IssueProcessorList | |||
osid.hold.rules.IssueProcessorLookupSession | |||
| Description |
An | ||
| Method | getIssueProcessorRecord | ||
| Description |
Gets the issue processor record corresponding to the
given | ||
| Parameters | osid.type.Type | issueProcessorRecordType | the type of issue processor record to retrieve |
| Return | osid.hold.rules.records.IssueProcessorRecord | the issue processor record | |
| Errors | NULL_ARGUMENT | issueProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueProcessorRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |