OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AwardForm
Implementsosid.OsidObjectForm
Implemented Byosid.recognition.batch.AwardBatchForm
Used Byosid.recognition.AwardAdminSession
Description

This is the form for creating and updating Awards. Like all OsidForms, various data elements may be set here for use in the create and update methods in the AwardAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetAwardFormRecord
Description

Gets the AwardFormRecord corresponding to the given award record Type.

Parametersosid.type.TypeawardRecordType the award record type
Returnosid.recognition.records.AwardFormRecord the award form record
ErrorsNULL_ARGUMENT awardRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(awardRecordType) is false
Compliancemandatory This method must be implemented.