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

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

MethodnewProfiles
Description

The callback for notifications of new profiles.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileIds the Ids of the new Profiles
Compliancemandatory This method must be implemented.
MethodchangedProfiles
Description

The callback for notification of updated profiles.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileIds the Ids of the updated Profiles
Compliancemandatory This method must be implemented.
MethoddeletedProfiles
Description

The callback for notification of deleted profiles.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileIds the Ids of the deleted Profiles
Compliancemandatory This method must be implemented.
MethodchangedChildOfProfiles
Description

The callback for notifications of changes to children of profile hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprofileIds the Ids of the Profiles whose children have changed
Compliancemandatory This method must be implemented.