OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.PoolForm
Implementsosid.OsidGovernatorForm
osid.OsidSubjugateableForm
Description

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

MethodgetPoolFormRecord
Description

Gets the PoolFormRecord corresponding to the given pool record Type.

Parametersosid.type.TypepoolRecordTypea pool record type
Returnosid.provisioning.records.PoolFormRecordthe pool form record
ErrorsNULL_ARGUMENT poolRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(poolRecordType) is false
CompliancemandatoryThis method must be implemented.