| Interface | osid.provisioning.batch.RequestBatchForm | ||
|---|---|---|---|
| Implements | osid.provisioning.RequestForm | ||
| Description |
This is the form for creating and updating requests in
bulk. | ||
| Method | getResourceId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueId | ||
| Description |
Gets the queue | ||
| Return | osid.id.Id | the queue Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequestId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the request Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |