OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.QueueProcessorEnablerForm
Implementsosid.OsidEnablerForm
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.TypequeueProcessorEnablerRecordTypea queue processor enabler record type
Returnosid.provisioning.rules.records.QueueProcessorEnablerFormRecordthe queue processor enabler form record
ErrorsNULL_ARGUMENT queueProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.