Uses of Interface
org.osid.recipe.RecipeForm
Packages that use RecipeForm
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of RecipeForm in org.osid.recipe
Methods in org.osid.recipe that return RecipeFormModifier and TypeMethodDescriptionRecipeAdminSession.getRecipeFormForCreate(Type[] recipeRecordTypes) Gets the recipe form for creating new recipes.RecipeAdminSession.getRecipeFormForUpdate(Id recipeId) Gets the recipe form for updating an existing recipe.Methods in org.osid.recipe with parameters of type RecipeFormModifier and TypeMethodDescriptionRecipeAdminSession.createRecipe(RecipeForm recipeForm) Creates a newRecipe.voidRecipeAdminSession.updateRecipe(RecipeForm recipeForm) Updates an existing recipe. -
Uses of RecipeForm in org.osid.recipe.batch
Subinterfaces of RecipeForm in org.osid.recipe.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating recipes in bulk.