OSID Logo
OSID Specifications
profile package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListprofileEntryIdsthe Ids of the new ProfileEntries
CompliancemandatoryThis method must be implemented.
MethodchangedProfileEntries
Description

The callback for notification of updated profile entry.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprofileEntryIdsthe Ids of the updated ProfileEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedProfileEntries
Description

The callback for notification of deleted profile entries.

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