OSID Logo
OSID Specifications
resourcing package
Version 3.1.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.TypecompetencyRecordType a competency record type
Returnosid.resourcing.records.CompetencyFormRecord the competency form record
ErrorsNULL_ARGUMENT competencyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(competencyRecordType) is false
Compliancemandatory This method must be implemented.