OSID Logo
OSID Specifications
profile package
Version 3.1.0
Interfaceosid.profile.ProfileEntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProfileEntries
Description

The callback for notifications of new profile entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileEntryIds the Ids of the new ProfileEntries
Compliancemandatory This method must be implemented.
MethodchangedProfileEntries
Description

The callback for notification of updated profile entry.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileEntryIds the Ids of the updated ProfileEntries
Compliancemandatory This method must be implemented.
MethoddeletedProfileEntries
Description

The callback for notification of deleted profile entries.

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