OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.tracking.rules.QueueEnablerAdminSession
Description

This is the form for creating and updating QueueEnablers. Like all OsidForms, various data elements may be set here for use in the create and update methods in the QueueEnablerAdminSession. For eac h data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetQueueEnablerFormRecord
Description

Gets the QueueEnablerFormRecord corresponding to the given queue enabler record Type.

Parametersosid.type.TypequeueEnablerRecordType a queue enabler record type
Returnosid.tracking.rules.records.QueueEnablerFormRecord the queue enabler form record
ErrorsNULL_ARGUMENT queueEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueEnablerRecordType) is false
Compliancemandatory This method must be implemented.