| Interface | osid.hold.Hold | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Used By | osid.hold.HoldAdminSession | ||
osid.hold.HoldList | |||
osid.hold.HoldLookupSession | |||
| Description |
A Like all | ||
| Method | getIssueId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the issue Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssue | ||
| Description |
Gets the issue. | ||
| Return | osid.hold.Issue | the issue | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResource | ||
| Description |
Gets the | ||
| Return | osid.resource.Resource | the resource | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getHoldRecord | ||
| Description |
Gets the hold record corresponding to the given
| ||
| Parameters | osid.type.Type | holdRecordType | the type of hold record to retrieve |
| Return | osid.hold.records.HoldRecord | the hold record | |
| Errors | NULL_ARGUMENT | holdRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(holdRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |