OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.tracking.rules.QueueProcessorEnablerAdminSession
Description

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

MethodgetQueueProcessorEnablerFormRecord
Description

Gets the QueueProcessorEnablerFormRecord corresponding to the given queue processor enabler record Type.

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