OSID Logo
OSID Specifications
profile package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.ProfileForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetProfileFormRecord
Description

Gets the ProfileFormRecord corresponding to the given profile record Type.

Parametersosid.type.TypeprofileRecordTypea profile record type
Returnosid.profile.records.ProfileFormRecordthe profile form record
ErrorsNULL_ARGUMENT profileRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(profileRecordType) is false
CompliancemandatoryThis method must be implemented.