OSID Logo
OSID Specifications
profile rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.rules.ProfileEntryEnablerForm
Implementsosid.OsidEnablerForm
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_ARGUMENT profileEntryEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(profileEntryEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.