OSID Logo
OSID Specifications
profile package
Version 3.1.0
Interfaceosid.profile.ProfileForm
Implementsosid.OsidCatalogForm
Implemented Byosid.profile.batch.ProfileBatchForm
Used Byosid.profile.ProfileAdminSession
Description

This is the form for creating and updating profiles. Like all OsidForms, 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.TypeprofileRecordType a profile record type
Returnosid.profile.records.ProfileFormRecord the profile form record
ErrorsNULL_ARGUMENT profileRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileRecordType) is false
Compliancemandatory This method must be implemented.