OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.rules.QueueConstrainerForm
Implementsosid.OsidConstrainerForm
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.TypequeueConstrainerRecordTypea queue constrainer record type
Returnosid.tracking.rules.records.QueueConstrainerFormRecordthe queue constrainer form record
ErrorsNULL_ARGUMENT queueConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.