| Interface | osid.tracking.QueueForm | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorForm | ||
| Implemented By | osid.tracking.batch.QueueBatchForm | ||
| Used By | osid.tracking.QueueAdminSession | ||
| Description |
This is the form for creating and updating
| ||
| Method | getManagersMetadata | ||
| Description |
Gets the metadata for the managers. | ||
| Return | osid.Metadata | metadata for the managers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setManagers | ||
| Description |
Sets the managers. | ||
| Parameters | osid.id.IdList | managerIds | the new managers |
| Errors | INVALID_ARGUMENT | managerIds is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | managerIds is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearManagers | ||
| Description |
Removes the managers. | ||
| 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.tracking.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. | |