OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
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.IdListactivityIdsthe Ids of the new Activities
CompliancemandatoryThis method must be implemented.
MethodnewAncestorActivity
Description

The callback for notifications of new activity ancestors.

Parametersosid.id.IdactivityIdthe Id of the Activity
osid.id.IdancestorIdthe Id of the new Activity ancestor
CompliancemandatoryThis method must be implemented.
MethodnewDescendantActivity
Description

The callback for notifications of new activity descendants.

Parametersosid.id.IdactivityIdthe Id of the Activity
osid.id.IddescendantIdthe Id of the new Activity descendant
CompliancemandatoryThis method must be implemented.
MethodchangedActivities
Description

The callback for notification of updated activities.

Parametersosid.id.IdListactivityIdsthe Ids of the updated Activities
CompliancemandatoryThis method must be implemented.
MethoddeletedActivities
Description

the callback for notification of deleted activities.

Parametersosid.id.IdListactivityIdsthe Ids of the deleted Activities
CompliancemandatoryThis method must be implemented.
MethoddeletedAncestortActivity
Description

The callback for notifications of deleted activity ancestors.

Parametersosid.id.IdactivityIdthe Id of the Activity
osid.id.IdancestorIdthe Id of the new Activity ancestor
CompliancemandatoryThis method must be implemented.
MethoddeletedDescendantActivity
Description

The callback for notifications of deleted activity descendants.

Parametersosid.id.IdactivityIdthe Id of the Activity
osid.id.IddescendantIdthe Id of the new Activity descendant
CompliancemandatoryThis method must be implemented.
MethodrestructuredActivityHierarchy
Description

The callback for notifications of changes to an activity hierarchy where the hierarchy needs to refreshed.

CompliancemandatoryThis method must be implemented.