| Interface | osid.tracking.Queue | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
| Used By | osid.tracking.Issue | ||
osid.tracking.QueueAdminSession | |||
osid.tracking.QueueList | |||
osid.tracking.QueueLookupSession | |||
| Description |
A | ||
| Method | getManagerIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the manager Ids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getManagers | ||
| Description |
Gets the managers. | ||
| Return | osid.resource.ResourceList | the managers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueRecord | ||
| Description |
Gets the queue record corresponding to the given
| ||
| Parameters | osid.type.Type | queueRecordType | the type of queue record to retrieve |
| Return | osid.tracking.records.QueueRecord | the queue 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. | |