| Interface | osid.hold.batch.HoldBatchForm | ||
|---|---|---|---|
| Implements | osid.hold.HoldForm | ||
| Used By | osid.hold.batch.HoldBatchFormList | ||
| Description |
This is the form for creating and updating holds in bulk.
Like all Like all | ||
| Method | getIssueId | ||
| Description |
Gets the issue | ||
| Return | osid.id.Id | the issue Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description |
Gets the resource | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getHoldId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the hold Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |