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

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

MethodnewRecipes
Description

The callback for notifications of new recipes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecipeIds the Ids of the new Recipes
Compliancemandatory This method must be implemented.
MethodchangedRecipes
Description

The callback for notification of updated recipes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecipeIds the Ids of the updated Recipes
Compliancemandatory This method must be implemented.
MethoddeletedRecipes
Description

The callback for notification of deleted recipes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrecipeIds the Ids of the deleted Recipes
Compliancemandatory This method must be implemented.