OSID Logo
OSID Specifications
profile rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListprofileEntryEnablerIds the Ids of the new ProfileEntryEnablers
Compliancemandatory This method must be implemented.
MethodchangedProfileEntryEnablers
Description

The callback for notification of updated profile entry enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileEntryEnablerIds the Ids of the updated ProfileEntryEnablers
Compliancemandatory This method must be implemented.
MethoddeletedProfileEntryEnablers
Description

The callback for notification of deleted profile entry enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileEntryEnablerIds the Ids of the deleted ProfileEntryEnablers
Compliancemandatory This method must be implemented.