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

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

MethodnewProfileItems
Description

The callback for notifications of new profile items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprofileItemIdsthe Ids of the new ProfileItems
CompliancemandatoryThis method must be implemented.
MethodchangedProfileItems
Description

The callback for notification of updated profile items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprofileItemIdsthe Ids of the updated ProfileItems
CompliancemandatoryThis method must be implemented.
MethoddeletedProfileItems
Description

The callback for notification of deleted profile items.

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