OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.tracking.rules.QueueConstrainerEnablerAdminSession
Description

This is the form for creating and updating QueueConstrainerEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the QueueConstrainerEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetQueueConstrainerEnablerFormRecord
Description

Gets the QueueConstrainerEnablerFormRecord corresponding to the given queue constrainer enabler record Type.

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