Uses of Interface
org.osid.recipe.IngredientForm
Packages that use IngredientForm
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 IngredientForm in org.osid.recipe
Methods in org.osid.recipe that return IngredientFormModifier and TypeMethodDescriptionDirectionAdminSession.getIngredientFormForCreate(Id directionId, Type[] ingredientRecordTypes) Gets the ingredient form for creating new ingredients.DirectionAdminSession.getIngredientFormForUpdate(Id ingredientId) Gets the ingredient form for updating an existing ingredient.Methods in org.osid.recipe with parameters of type IngredientFormModifier and TypeMethodDescriptionDirectionAdminSession.createIngredient(IngredientForm ingredientForm) Creates a newIngredient.voidDirectionAdminSession.updateIngredient(IngredientForm ingredientForm) Updates an existing ingredient. -
Uses of IngredientForm in org.osid.recipe.batch
Subinterfaces of IngredientForm in org.osid.recipe.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating ingredients in bulk.