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

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

MethodnewEngine
Description

The callback for notifications of new engines.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdengineId the Id of the new Engine
Compliancemandatory This method must be implemented.
MethodchangedEngine
Description

The callback for notification of updated engines.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdengineId the Id of the updated Engine
Compliancemandatory This method must be implemented.
MethoddeletedEngine
Description

the callback for notification of deleted engines.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdengineId the Id of the registered Engine
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.IdListengineId the Ids of the Engines whose children have changed
Compliancemandatory This method must be implemented.