Interface | osid.rules.EngineReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The engine receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newEngines | ||
Description |
The callback for notifications of new engines. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | engineIds | the Ids of the new Engines | |
Compliance | mandatory | This method must be implemented. | |
Method | changedEngines | ||
Description |
The callback for notification of updated engines. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | engineIds | the Ids of the updated Engines | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedEngines | ||
Description |
the callback for notification of deleted engines. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | engineIds | the Ids of the registered Engines | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfEngines | ||
Description |
The callback for notifications of changes to children of engine hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | engineIds | the Ids of the Engines whose children have
changed | |
Compliance | mandatory | This method must be implemented. |