OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.ActivityReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewActivities
Description

The callback for notifications of new activities.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactivityIds the Ids of the new Activities
Compliancemandatory This method must be implemented.
MethodchangedActivities
Description

The callback for notification of updated activities.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactivityIds the Ids of the updated Activities
Compliancemandatory This method must be implemented.
MethoddeletedActivities
Description

the callback for notification of deleted activities.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactivityIds the Ids of the deleted Activities
Compliancemandatory This method must be implemented.
MethodchangedChildOfActivities
Description

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

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