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

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

MethodnewRelationshipEnablers
Description

The callback for notifications of new relationship enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelationshipEnablerIds the Ids of the new RelationshipEnablers
Compliancemandatory This method must be implemented.
MethodchangedRelationshipEnablers
Description

The callback for notification of updated relationship enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelationshipEnablerIds the Ids of the updated RelationshipEnablers
Compliancemandatory This method must be implemented.
MethoddeletedRelationshipEnablers
Description

The callback for notification of deleted relationship enablers.

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