Interface RecipeProxyManager

All Superinterfaces:
AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, RecipeProfile, Sourceable

public interface RecipeProxyManager extends OsidProxyManager, RecipeProfile

The recipe manager provides access to procedure sessions and provides interoperability tests for various aspects of this service. Methods in this manager accept a Proxy for passing information from a server environment. The sessions included in this manager are:

  • RecipeLookupSession : a session to retrieve recipes
  • RecipeQuerySession : a session to query for recipes
  • RecipeSearchSession : a session to search for recipes
  • RecipeAdminSession : a session to create and delete recipes
  • RecipeNotificationSession : a session to receive notifications pertaining to recipe changes
  • RecipeCookbookSession : a session to looking mappings of recipes to cookbooks
  • RecipeCookbookAssignmentSession : a session to manage recipe to cookbook mappings
  • RecipeCookbookAssignmentSession : a session to manage dynamic cookbooks of recipes
  • DirectionLookupSession : a session to retrieve directions
  • DirectionQuerySession : a session to query for directions
  • DirectionSearchSession : a session to search for directions
  • DirectionAdminSession : a session to create and delete directions
  • DirectionNotificationSession : a session to receive notifications pertaining to direction changes
  • DirectionCookbookSession : a session to look up direction cookbook mappings
  • DirectionCookbookAssignmentSession : a session to manage direction to cookbook mappings
  • DirectionSmartCookbookSession : a session to manage dynamic cookbooks of directions
  • ProcedureLookupSession : a session to lookup procedures
  • ProcedureQuerySession : a session to query procedures
  • ProcedureSearchSession : a session to search procedures
  • ProcedureAdminSession : a session to manage procedures
  • ProcedureNotificationSession : a session to subscribe to notifications of procedure changes
  • ProcedureCookbookSession : a session to lookup procedure cookbook mappings
  • ProcedureCookbookAssignmentSession : a session to manage procedure cookbook mappings
  • ProcedureSmartCookbookSession : a session to manage smart cookbooks of procedures
  • CookbookLookupSession : a session to retrieve cookbooks
  • CookbookQuerySession : a session to query cookbooks
  • CookbookSearchSession : a session to search for coo books
  • CookbookAdminSession : a session to create, update and delete cookbooks
  • CookbookNotificationSession : a session to receive notifications for changes in cookbooks
  • CookbookHierarchyTraversalSession : a session to traverse hierarchies of cookbooks
  • CookbookHierarchyDesignSession : a session to manage hierarchies of cookbooks