OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.tracking.rules.QueueConstrainerAdminSession
Description

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

MethodgetQueueConstrainerFormRecord
Description

Gets the QueueConstrainerFormRecord corresponding to the given queue constrainer record Type.

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