OSID Logo
OSID Specifications
profile package
Version 3.0.0
Interfaceosid.profile.ProfileItemForm
Implementsosid.OsidObjectForm
Implemented Byosid.profile.batch.ProfileItemBatchForm
Used Byosid.profile.ProfileItemAdminSession
Description

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

MethodgetProfileItemFormRecord
Description

Gets the ProfileItemFormRecord corresponding to the given profile item record Type .

Parametersosid.type.TypeprofileItemRecordTypethe profile item record type
Returnosid.profile.records.ProfileItemFormRecordthe profile item form record
ErrorsNULL_ARGUMENTprofileItemRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileItemRecordType) is false
CompliancemandatoryThis method must be implemented.