Uses of Interface
org.osid.recipe.CookbookQuery
Packages that use CookbookQuery
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
-
Uses of CookbookQuery in org.osid.recipe
Methods in org.osid.recipe that return CookbookQueryModifier and TypeMethodDescriptionCookbookQuery.getAncestorCookbookQuery()Gets the query for a cookbook.CookbookQuerySession.getCookbookQuery()Gets a cookbook query.DirectionQuery.getCookbookQuery()Gets the query for a cookbook.ProcedureQuery.getCookbookQuery()Gets the query for a cookbook query.RecipeQuery.getCookbookQuery()Gets the query for a cookbook.CookbookSearchSession.getCookbookQueryFromInspector(CookbookQueryInspector cookbookQueryInspector) Gets a cookbook query from an inspector.CookbookQuery.getDescendantCookbookQuery()Gets the query for a cookbook.Methods in org.osid.recipe with parameters of type CookbookQueryModifier and TypeMethodDescriptionCookbookQuerySession.getCookbooksByQuery(CookbookQuery cookbookQuery) Gets a list ofCookbooksmatching the given search.CookbookSearchSession.getCookbooksBySearch(CookbookQuery cookbookQuery, CookbookSearch cookbookSearch) Gets the search results matching the given search.