OSID Logo
OSID Specifications
room squatting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.squatting.DeedReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDeeds
Description

The callback for notifications of new deeds.

Parametersosid.id.IdListdeedIdsthe Ids of the new Deeds
CompliancemandatoryThis method must be implemented.
MethodchangedDeeds
Description

The callback for notification of updated deeds.

Parametersosid.id.IdListdeedIdsthe Ids of the updated Deeds
CompliancemandatoryThis method must be implemented.
MethoddeletedDeeds
Description

the callback for notification of deleted deeds.

Parametersosid.id.IdListdeedIdsthe Ids of the registered Deeds
CompliancemandatoryThis method must be implemented.