OSID Logo
OSID Specifications
profile package
Version 3.0.0
Interfaceosid.profile.ProfileEntryForm
Implementsosid.OsidObjectForm
Implemented Byosid.profile.batch.ProfileEntryBatchForm
Used Byosid.profile.ProfileEntryAdminSession
Description

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

MethodgetProfileEntryFormRecord
Description

Gets the ProfileEntryFormRecord corresponding to the given profile entry record Type .

Parametersosid.type.TypeprofileEntryRecordTypethe profile entry record type
Returnosid.profile.records.ProfileEntryFormRecordthe profile entry form record
ErrorsNULL_ARGUMENTprofileEntryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileEntryRecordType) is false
CompliancemandatoryThis method must be implemented.