| Package | Description |
|---|---|
| io.cdap.wrangler.store.recipe |
| Modifier and Type | Method and Description |
|---|---|
void |
RecipeStore.deleteRecipe(RecipeId recipeId)
Delete the specified Recipe
|
Recipe |
RecipeStore.getRecipeById(RecipeId recipeId)
Get the Recipe associated with given recipe Id
|
Recipe |
RecipeStore.getRecipeByName(io.cdap.cdap.api.NamespaceSummary namespace,
String recipeName)
Get the Recipe associated with given recipe name if it exists, else throws
RecipeNotFoundException |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.