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