OSID Logo
OSID Specifications
resource package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.ResourceRelationshipReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewResourceRelationships
Description

The callback for notifications of new relationships.

Parametersosid.id.IdListresourceRelationshipIdsthe Ids of the new ResourceRelationships
CompliancemandatoryThis method must be implemented.
MethodchangedResourceRelationships
Description

The callback for notification of updated relationships.

Parametersosid.id.IdListresourceRelationshipIdsthe Ids of the updated ResourceRelationships
CompliancemandatoryThis method must be implemented.
MethoddeletedResourceRelationships
Description

The callback for notification of deleted relationships.

Parametersosid.id.IdListresourceRelationshipIdsthe Ids of the deleted ResourceRelationships
CompliancemandatoryThis method must be implemented.