OSID Logo
OSID Specifications
relationship package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListrelationshipIdsthe Ids of the new Relationships
CompliancemandatoryThis method must be implemented.
MethodchangedRelationships
Description

The callback for notification of updated relationships.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrelationshipIdsthe Ids of the updated Relationships
CompliancemandatoryThis method must be implemented.
MethoddeletedRelationships
Description

the callback for notification of deleted relationships.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrelationshipIdsthe Ids of the deleted Relationships
CompliancemandatoryThis method must be implemented.