OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.CompetencyForm
Implementsosid.OsidObjectForm
Description

This is the form for creating and updating Competencies. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the CompetencyAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints. Some data may be automatically derived from the competency segments.

MethodgetCompetencyFormRecord
Description

Gets the CompetencyFormRecord corresponding to the given competency record Type.

Parametersosid.type.TypecompetencyRecordTypea competency record type
Returnosid.resourcing.records.CompetencyFormRecordthe competency form record
ErrorsNULL_ARGUMENT competencyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(competencyRecordType) is false
CompliancemandatoryThis method must be implemented.