OSID Logo
OSID Specifications
profile package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.ProfileItemForm
Implementsosid.OsidObjectForm
Description

This is the form for creating and updating ProfileItems. Like all OsidForm objects, 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_ARGUMENT profileItemRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(profileItemRecordType) is false
CompliancemandatoryThis method must be implemented.