OSID Logo
OSID Specifications
resourcing package
Version 3.0.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.TypefoundryRecordTypea foundry record type
Returnosid.resourcing.records.FoundryFormRecordthe foundry form record
ErrorsNULL_ARGUMENTfoundryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(foundryRecordType) is false
CompliancemandatoryThis method must be implemented.