OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Interfaceosid.tracking.Queue
Implementsosid.OsidGovernator
Used Byosid.tracking.Issue
osid.tracking.QueueAdminSession
osid.tracking.QueueList
osid.tracking.QueueLookupSession
Description

A Queue governs the processing of Issues .

MethodgetManagerIds
Description

Gets the Ids of the managers.

Returnosid.id.IdListthe manager Ids
CompliancemandatoryThis method must be implemented.
MethodgetManagers
Description

Gets the managers.

Returnosid.resource.ResourceListthe managers
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetQueueRecord
Description

Gets the queue record corresponding to the given Queue record Type .This method is used to retrieve an object implementing the requested record. The queueRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(queueRecordType) is true .

Parametersosid.type.TypequeueRecordTypethe type of queue record to retrieve
Returnosid.tracking.records.QueueRecordthe queue record
ErrorsNULL_ARGUMENTqueueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueRecordType) is false
CompliancemandatoryThis method must be implemented.