OSID Logo
OSID Specifications
profile rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.profile.rules.ProfileEntryEnablerReceiver
Implementsosid.OsidReceiver
Description

The profile entry enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted profile entry enablers.

MethodnewProfileEntryEnablers
Description

The callback for notifications of new profile entry enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprofileEntryEnablerIdsthe Ids of the new ProfileEntryEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedProfileEntryEnablers
Description

The callback for notification of updated profile entry enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprofileEntryEnablerIdsthe Ids of the updated ProfileEntryEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedProfileEntryEnablers
Description

The callback for notification of deleted profile entry enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprofileEntryEnablerIdsthe Ids of the deleted ProfileEntryEnablers
CompliancemandatoryThis method must be implemented.