Uses of Interface
org.osid.recipe.batch.RecipeBatchFormList
Packages that use RecipeBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of RecipeBatchFormList in org.osid.recipe.batch
Methods in org.osid.recipe.batch that return RecipeBatchFormListModifier and TypeMethodDescriptionRecipeBatchAdminSession.getRecipeFormsForCreate(long number, Type[] recipeRecordTypes) Gets the recipe forms for creating a bunch of new recipes.RecipeBatchAdminSession.getRecipeFormsForUpdate(IdList recipeIds) Gets the recipe forms for updating an existing set of recipes.Methods in org.osid.recipe.batch with parameters of type RecipeBatchFormListModifier and TypeMethodDescriptionRecipeBatchAdminSession.createRecipes(RecipeBatchFormList recipeForms) Creates a new set ofRecipes.RecipeBatchAdminSession.updateRecipes(RecipeBatchFormList recipeForms) Updates existing recipes.