OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.FoundryForm
Implementsosid.OsidCatalogForm
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_ARGUMENT foundryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(foundryRecordType) is false
CompliancemandatoryThis method must be implemented.