OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.rules.QueueConstrainerEnabler
Implementsosid.OsidEnabler
Description

A QueueConstrainerEnabler describes the rules for making a QueueConstrainer effective.

MethodgetQueueConstrainerEnablerRecord
Description

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

Parametersosid.type.TypequeueConstrainerEnablerRecordTypethe type of queue constrainer enabler record to retrieve
Returnosid.tracking.rules.records.QueueConstrainerEnablerRecordthe queue constrainer enabler record
ErrorsNULL_ARGUMENT queueConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.