OSID Logo
OSID Specifications
profile rules package
Version 3.1.0
Interfaceosid.profile.rules.ProfileEntryEnabler
Implementsosid.OsidEnabler
Used Byosid.profile.rules.ProfileEntryEnablerAdminSession
osid.profile.rules.ProfileEntryEnablerList
osid.profile.rules.ProfileEntryEnablerLookupSession
Description

A ProfileEntryEnabler describes the rules for making Profiles effective.

MethodgetProfileEntryEnablerRecord
Description

Gets the profile entry enabler record corresponding to the given ProfileEntryEnabler record Type. This method is used to retrieve an object implementing the requested record. The profileEntryEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(profileEntryEnablerRecordType) is true.

Parametersosid.type.TypeprofileEntryEnablerRecordType the type of profile entry enabler record to retrieve
Returnosid.profile.rules.records.ProfileEntryEnablerRecord the profile entry enabler record
ErrorsNULL_ARGUMENT profileEntryEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileEntryEnablerRecordType) is false
Compliancemandatory This method must be implemented.