OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.PoolProcessorEnablerAdminSession
Description

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

MethodgetPoolProcessorEnablerFormRecord
Description

Gets the PoolProcessorEnablerFormRecord corresponding to the given pool processor enabler record Type .

Parametersosid.type.TypepoolProcessorEnablerRecordTypea pool processor enabler record type
Returnosid.provisioning.rules.records.PoolProcessorEnablerFormRecordthe pool processor enabler form record
ErrorsNULL_ARGUMENTpoolProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.