OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.FoundryForm
Implementsosid.OsidCatalogForm
Implemented Byosid.resourcing.batch.FoundryBatchForm
Used Byosid.resourcing.FoundryAdminSession
Description

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

MethodgetFoundryFormRecord
Description

Gets the FoundryFormRecord corresponding to the given foundry record Type.

Parametersosid.type.TypefoundryRecordType a foundry record type
Returnosid.resourcing.records.FoundryFormRecord the foundry form record
ErrorsNULL_ARGUMENT foundryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(foundryRecordType) is false
Compliancemandatory This method must be implemented.