OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.TypeprovisionableEnablerRecordType a provisionable enabler record type
Returnosid.provisioning.rules.records.ProvisionableEnablerFormRecord the provisionable enabler form record
ErrorsNULL_ARGUMENT provisionableEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(provisionableEnablerRecordType) is false
Compliancemandatory This method must be implemented.