public interface DocetReceiver extends OsidReceiver
The docet receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Docet
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedDocets(Id notificationId,
IdList docetIds)
The callback for notification of updated docets.
|
void |
deletedDocets(Id notificationId,
IdList docetIds)
the callback for notification of deleted docets.
|
void |
newDocets(Id notificationId,
IdList docetIds)
The callback for notifications of new docets.
|
down, upvoid newDocets(Id notificationId, IdList docetIds)
notificationId - the notification IddocetIds - the Ids of the new Docets
mandatory - This method must be implemented. void changedDocets(Id notificationId, IdList docetIds)
notificationId - the notification IddocetIds - the Ids of the updated Docets
mandatory - This method must be implemented.