OSID Logo
OSID Specifications
recipe package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListrecipeIdsthe Ids of the new Recipes
CompliancemandatoryThis method must be implemented.
MethodchangedRecipes
Description

The callback for notification of updated recipes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecipeIdsthe Ids of the updated Recipes
CompliancemandatoryThis method must be implemented.
MethoddeletedRecipes
Description

The callback for notification of deleted recipes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrecipeIdsthe Ids of the deleted Recipes
CompliancemandatoryThis method must be implemented.