OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.Queue
Implementsosid.OsidGovernator
Description

A Queue governs the processing of Issues.

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_ARGUMENT queueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
CompliancemandatoryThis method must be implemented.