| Interface | osid.hold.batch.HoldBatchForm | ||
|---|---|---|---|
| Implements | osid.hold.HoldForm | ||
| Description | This is the form for creating and updating holds in bulk. 
                 | ||
| 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 | hasAgent | ||
| Description | Tests if this create form was requested using an agent. | ||
| Return | boolean |  true if the create request specified an agent, false 
otherwise | |
| Errors | ILLEGAL_STATE |  isForUpdate() is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgentId | ||
| Description | Gets the agent  | ||
| Return | osid.id.Id | the agent  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is true or hasAgent() 
is false  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | hasResource | ||
| Description | Tests if this create form was requested using a resource. | ||
| Return | boolean |  true if the create request specified a resource, 
false otherwise | |
| 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 or hasResource() 
is false  | |
| 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. | |