Interface | osid.relationship.rules.RelationshipEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The relationship enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relationship enablers. | ||
Method | newRelationshipEnablers | ||
Description |
The callback for notifications of new relationship enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relationshipEnablerIds | the Ids of the new RelationshipEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRelationshipEnablers | ||
Description |
The callback for notification of updated relationship enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relationshipEnablerIds | the Ids of the updated RelationshipEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRelationshipEnablers | ||
Description |
The callback for notification of deleted relationship enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relationshipEnablerIds | the Ids of the deleted RelationshipEnablers | |
Compliance | mandatory | This method must be implemented. |