| Interface | osid.provisioning.QueueForm | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorForm | ||
osid.OsidSubjugateableForm | |||
| Description |
This is the form for creating and updating | ||
| Method | getCanSpecifyProvisionableMetadata | ||
| Description |
Gets the metadata for the can request provisionables flag. | ||
| Return | osid.Metadata | metadata for the can request provisionables flag | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCanSpecifyProvisionable | ||
| Description |
Sets the can request provisionables flag. | ||
| Parameters | cardinal | canRequest | the new can request provisionables flag |
| Errors | INVALID_ARGUMENT | canRequest is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCanSpecifyProvisionable | ||
| Description |
Removes the can request provisionables flag. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | queueRecordType | a queue record type |
| Return | osid.provisioning.records.QueueFormRecord | the queue form record | |
| Errors | NULL_ARGUMENT | queueRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |