OSID Logo
OSID Specifications
profile package
Version 3.1.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.TypeprofileItemRecordType the profile item record type
Returnosid.profile.records.ProfileItemFormRecord the profile item form record
ErrorsNULL_ARGUMENT profileItemRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileItemRecordType) is false
Compliancemandatory This method must be implemented.