Interface | osid.relationship.FamilyReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The family receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newFamilies | ||
Description |
The callback for notifications of new families. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | familyIds | the Ids of the new Families | |
Compliance | mandatory | This method must be implemented. | |
Method | changedFamilies | ||
Description |
The callback for notification of updated families. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | familyIds | the Ids of the updated Families | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedFamilies | ||
Description |
the callback for notification of deleted familys. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | familyIds | the Ids of the registered Families | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfFamilies | ||
Description |
The callback for notifications of changes to children of family hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | familyIds | the Ids of the Families whose children have
changed | |
Compliance | mandatory | This method must be implemented. |