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

A QueueProcessorEnabler describes the rules for making a QueueProcessor effective.

MethodgetQueueProcessorEnablerRecord
Description

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

Parametersosid.type.TypequeueProcessorEnablerRecordTypethe type of queue processor enabler record to retrieve
Returnosid.tracking.rules.records.QueueProcessorEnablerRecordthe queue processor enabler record
ErrorsNULL_ARGUMENT queueProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.