OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.Foundry
Implementsosid.OsidCatalog
Description

A Foundry represents a collection of jobs.

MethodgetFoundryRecord
Description

Gets the foundry record corresponding to the given Foundry record Type. This method is used to retrieve an object implementing the requested record. The foundryRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(foundryRecordType) is true .

Parametersosid.type.TypefoundryRecordTypethe type of foundry record to retrieve
Returnosid.resourcing.records.FoundryRecordthe foundry record
ErrorsNULL_ARGUMENT foundryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(foundryRecordType) is false
CompliancemandatoryThis method must be implemented.