Interface | osid.financials.ActivityReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The activity receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newActivities | ||
Description |
The callback for notifications of new activities. | ||
Parameters | osid.id.IdList | activityIds | the Ids of the new Activities |
Compliance | mandatory | This method must be implemented. | |
Method | newAncestorActivity | ||
Description |
The callback for notifications of new activity ancestors. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity |
osid.id.Id | ancestorId | the Id of the new Activity ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | newDescendantActivity | ||
Description |
The callback for notifications of new activity descendants. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity |
osid.id.Id | descendantId | the Id of the new Activity descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | changedActivities | ||
Description |
The callback for notification of updated activities. | ||
Parameters | osid.id.IdList | activityIds | the Ids of the updated Activities |
Compliance | mandatory | This method must be implemented. | |
Method | deletedActivities | ||
Description |
the callback for notification of deleted activities. | ||
Parameters | osid.id.IdList | activityIds | the Ids of the deleted Activities |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAncestortActivity | ||
Description |
The callback for notifications of deleted activity ancestors. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity |
osid.id.Id | ancestorId | the Id of the new Activity ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDescendantActivity | ||
Description |
The callback for notifications of deleted activity descendants. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity |
osid.id.Id | descendantId | the Id of the new Activity descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | restructuredActivityHierarchy | ||
Description |
The callback for notifications of changes to an activity hierarchy where the hierarchy needs to refreshed. | ||
Compliance | mandatory | This method must be implemented. |