OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
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.IdListrecipeIdsthe Ids of the new Recipes
CompliancemandatoryThis method must be implemented.
MethodchangedRecipes
Description

The callback for notification of updated recipes.

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

The callback for notification of deleted recipes.

Parametersosid.id.IdListrecipeIdsthe Ids of the deleted Recipes
CompliancemandatoryThis method must be implemented.