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

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

MethodnewEngines
Description

The callback for notifications of new engines.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListengineIds the Ids of the new Engines
Compliancemandatory This method must be implemented.
MethodchangedEngines
Description

The callback for notification of updated engines.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListengineIds the Ids of the updated Engines
Compliancemandatory This method must be implemented.
MethoddeletedEngines
Description

the callback for notification of deleted engines.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListengineIds the Ids of the registered Engines
Compliancemandatory This method must be implemented.
MethodchangedChildOfEngines
Description

The callback for notifications of changes to children of engine hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListengineIds the Ids of the Engines whose children have changed
Compliancemandatory This method must be implemented.