OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Interfaceosid.provisioning.PoolForm
Implementsosid.OsidGovernatorForm
osid.OsidSubjugateableForm
Implemented Byosid.provisioning.batch.PoolBatchForm
Used Byosid.provisioning.PoolAdminSession
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.

MethodgetSuppliersMetadata
Description

Gets the metadata for the suppliers.

Returnosid.Metadatametadata for the suppliers
CompliancemandatoryThis method must be implemented.
MethodsetSuppliers
Description

Sets the suppliers.

Parametersosid.id.IdListsupplierIdsthe supplier Ids
ErrorsINVALID_ARGUMENTsupplierIds is invalid
NO_ACCESSMetadata.isReadOnly() is true
NULL_ARGUMENTsupplierIds is null
CompliancemandatoryThis method must be implemented.
MethodclearSuppliers
Description

Removes the suppliers.

ErrorsNO_ACCESSMetadata.isRequired() is true or Metadata.isReadOnly() is true
CompliancemandatoryThis method must be implemented.
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_ARGUMENTpoolRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(poolRecordType) is false
CompliancemandatoryThis method must be implemented.