OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.ProvisionableEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.ProvisionableEnablerAdminSession
Description

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

MethodgetProvisionableEnablerFormRecord
Description

Gets the ProvisionableEnablerFormRecord corresponding to the given provisionable enabler record Type .

Parametersosid.type.TypeprovisionableEnablerRecordTypea provisionable enabler record type
Returnosid.provisioning.rules.records.ProvisionableEnablerFormRecordthe provisionable enabler form record
ErrorsNULL_ARGUMENTprovisionableEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(provisionableEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.