Interface | osid.relationship.RelationshipReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The relationship receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newRelationships | ||
Description |
The callback for notifications of new relationships. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relationshipIds | the Ids of the new Relationships | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRelationships | ||
Description |
The callback for notification of updated relationships. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relationshipIds | the Ids of the updated Relationships | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRelationships | ||
Description |
the callback for notification of deleted relationships. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relationshipIds | the Ids of the deleted Relationships | |
Compliance | mandatory | This method must be implemented. |