Package | Description |
---|---|
org.osid.recipe.batch |
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
|
Modifier and Type | Method and Description |
---|---|
RecipeBatchFormList |
RecipeBatchAdminSession.getRecipeFormsForCreate(long number,
Type[] recipeRecordTypes)
Gets the recipe forms for creating a bunch of new recipes.
|
RecipeBatchFormList |
RecipeBatchAdminSession.getRecipeFormsForUpdate(IdList recipeIds)
Gets the recipe forms for updating an existing set of recipes.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
RecipeBatchAdminSession.createRecipes(RecipeBatchFormList recipeForms)
Creates a new set of
Recipes. |
UpdateResponseList |
RecipeBatchAdminSession.updateRecipes(RecipeBatchFormList recipeForms)
Updates existing recipes.
|