Interface | osid.hierarchy.HierarchyReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The hierarchy receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newHierarchies | ||
Description |
The callback for notifications of new hierarchies. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | hierarchyIds | the Ids of the new Hierarchies | |
Compliance | mandatory | This method must be implemented. | |
Method | changedHierarchies | ||
Description |
The callback for notification of updated hierarchies. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | hierarchyIds | the Ids of the updated Hierarchies | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedHierarchies | ||
Description |
the callback for notification of deleted hierarchies. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | hierarchyIds | the Ids of the deleted Hierarchies | |
Compliance | mandatory | This method must be implemented. |