OSID Logo
OSID Specifications
relationship package
Version 3.1.0
Interfaceosid.relationship.RelationshipReceiver
Implementsosid.OsidReceiver
Description

The relationship receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Relationship objects.

MethodnewRelationships
Description

The callback for notifications of new relationships.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelationshipIds the Ids of the new Relationships
Compliancemandatory This method must be implemented.
MethodchangedRelationships
Description

The callback for notification of updated relationships.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelationshipIds the Ids of the updated Relationships
Compliancemandatory This method must be implemented.
MethoddeletedRelationships
Description

the callback for notification of deleted relationships.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelationshipIds the Ids of the deleted Relationships
Compliancemandatory This method must be implemented.