OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolConstrainerEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.PoolConstrainerEnablerAdminSession
Description

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

MethodgetPoolConstrainerEnablerFormRecord
Description

Gets the PoolConstrainerEnablerFormRecord corresponding to the given pool constrainer enabler record Type.

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