| Interface | osid.hold.Issue | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
| Used By | osid.hold.Hold | ||
osid.hold.IssueAdminSession | |||
osid.hold.IssueList | |||
osid.hold.IssueLookupSession | |||
| Description |
A | ||
| Method | getBureauIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the bureau Ids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBureaus | ||
| Description |
Gets the bureaus that have authority for this issue. | ||
| Return | osid.resource.ResourceList | the bureaus | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueRecord | ||
| Description |
Gets the issue record corresponding to the given
| ||
| Parameters | osid.type.Type | issueRecordType | the type of issue record to retrieve |
| Return | osid.hold.records.IssueRecord | the issue 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. | |