OSID Logo
OSID Specifications
tracking package
Version 3.1.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.IdList the manager Ids
Compliancemandatory This method must be implemented.
MethodgetManagers
Description

Gets the managers.

Returnosid.resource.ResourceList the managers
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This 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.TypequeueRecordType the type of queue record to retrieve
Returnosid.tracking.records.QueueRecord the queue record
ErrorsNULL_ARGUMENT queueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
Compliancemandatory This method must be implemented.