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

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