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

The callback for notification of updated profile items.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileItemIds the Ids of the updated ProfileItems
Compliancemandatory This method must be implemented.
MethoddeletedProfileItems
Description

The callback for notification of deleted profile items.

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