Interface | osid.resource.ResourceRelationshipReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The resource relationship receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
Method | newResourceRelationships | ||
Description |
The callback for notifications of new relationships. | ||
Parameters | osid.id.IdList | resourceRelationshipIds | the Ids of the new ResourceRelationships |
Compliance | mandatory | This method must be implemented. | |
Method | changedResourceRelationships | ||
Description |
The callback for notification of updated relationships. | ||
Parameters | osid.id.IdList | resourceRelationshipIds | the Ids of the updated ResourceRelationships |
Compliance | mandatory | This method must be implemented. | |
Method | deletedResourceRelationships | ||
Description |
The callback for notification of deleted relationships. | ||
Parameters | osid.id.IdList | resourceRelationshipIds | the Ids of the deleted ResourceRelationships |
Compliance | mandatory | This method must be implemented. |