| Interface | osid.provisioning.PoolForm | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorForm | ||
osid.OsidSubjugateableForm | |||
| Implemented By | osid.provisioning.batch.PoolBatchForm | ||
| Used By | osid.provisioning.PoolAdminSession | ||
| Description |
This is the form for creating and updating
| ||
| Method | getSuppliersMetadata | ||
| Description |
Gets the metadata for the suppliers. | ||
| Return | osid.Metadata | metadata for the suppliers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setSuppliers | ||
| Description |
Sets the suppliers. | ||
| Parameters | osid.id.IdList | supplierIds | the supplier Ids |
| Errors | INVALID_ARGUMENT | supplierIds is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | supplierIds is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearSuppliers | ||
| Description |
Removes the suppliers. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | poolRecordType | a pool record type |
| Return | osid.provisioning.records.PoolFormRecord | the pool form record | |
| Errors | NULL_ARGUMENT | poolRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |