OSID Logo
OSID Specifications
recipe package
Version 3.1.0
Interfaceosid.recipe.CookbookReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCookbooks
Description

The callback for notifications of new cookbooks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcookbookIds the Ids of the new Cookbooks
Compliancemandatory This method must be implemented.
MethodchangedCookbooks
Description

The callback for notification of updated cookbooks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcookbookIds the Ids of the updated Cookbooks
Compliancemandatory This method must be implemented.
MethoddeletedCookbooks
Description

the callback for notification of deleted cookbooks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcookbookIds the Ids of the registered Cookbooks
Compliancemandatory This method must be implemented.
MethodchangedChildOfCookbooks
Description

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

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