OSID Logo
OSID Specifications
profile rules package
Version 3.0.0
Interfaceosid.profile.rules.ProfileEntryEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.profile.rules.ProfileEntryEnablerAdminSession
Description

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

MethodgetProfileEntryEnablerFormRecord
Description

Gets the ProfileEntryEnablerFormRecord corresponding to the given profile entry enabler record Type .

Parametersosid.type.TypeprofileEntryEnablerRecordTypea profile entry enabler record type
Returnosid.profile.rules.records.ProfileEntryEnablerFormRecordthe profile entry enabler form record
ErrorsNULL_ARGUMENTprofileEntryEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileEntryEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.