OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.PoolEnablerAdminSession
Description

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

MethodgetPoolEnablerFormRecord
Description

Gets the PoolEnablerFormRecord corresponding to the given pool enabler record Type.

Parametersosid.type.TypepoolEnablerRecordType a pool enabler record type
Returnosid.provisioning.rules.records.PoolEnablerFormRecord the pool enabler form record
ErrorsNULL_ARGUMENT poolEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(poolEnablerRecordType) is false
Compliancemandatory This method must be implemented.