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