OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Interfaceosid.resourcing.CompetencyForm
Implementsosid.OsidObjectForm
Implemented Byosid.resourcing.batch.CompetencyBatchForm
Used Byosid.resourcing.CompetencyAdminSession
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_ARGUMENTcompetencyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(competencyRecordType) is false
CompliancemandatoryThis method must be implemented.