| Interface | osid.provisioning.batch.ProvisionableBatchForm | ||
|---|---|---|---|
| Implements | osid.provisioning.ProvisionableForm | ||
| Description |
This is the form for creating and updating provisionables
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 | getPoolId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the pool Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionableId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the provisionable Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |