Uses of Interface
org.osid.recipe.RecipeQuery
Packages that use RecipeQuery
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
-
Uses of RecipeQuery in org.osid.recipe
Methods in org.osid.recipe that return RecipeQueryModifier and TypeMethodDescriptionCookbookQuery.getRecipeQuery()Gets the query for a recipe.DirectionQuery.getRecipeQuery()Gets the query for a recipe.RecipeQuerySession.getRecipeQuery()Gets a recipe query.RecipeSmartCookbookSession.getRecipeQuery()Gets a recipe query.RecipeSearchSession.getRecipeQueryFromInspector(RecipeQueryInspector recipeQueryInspector) Gets a recipe query from an inspector.RecipeSmartCookbookSession.getRecipeQueryFromInspector(RecipeQueryInspector recipeQueryInspector) Gets a recipe query from an inspector.Methods in org.osid.recipe with parameters of type RecipeQueryModifier and TypeMethodDescriptionvoidRecipeSmartCookbookSession.applyRecipeQuery(RecipeQuery recipeQuery) Applies a recipe query to this cookbook.RecipeQuerySession.getRecipesByQuery(RecipeQuery recipeQuery) Gets a list ofRecipesmatching the given recipe query.RecipeSearchSession.getRecipesBySearch(RecipeQuery recipeQuery, RecipeSearch recipeSearch) Gets the search results matching the given search query using the given search.