OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.ProvisionEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.ProvisionEnablerAdminSession
Description

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

MethodgetProvisionEnablerFormRecord
Description

Gets the ProvisionEnablerFormRecord corresponding to the given provision enabler record Type .

Parametersosid.type.TypeprovisionEnablerRecordTypea provision enabler record type
Returnosid.provisioning.rules.records.ProvisionEnablerFormRecordthe provision enabler form record
ErrorsNULL_ARGUMENTprovisionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(provisionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.