Uses of Interface
org.osid.recipe.DirectionList
Packages that use DirectionList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
-
Uses of DirectionList in org.osid.recipe
Methods in org.osid.recipe that return DirectionListModifier and TypeMethodDescriptionDirectionLookupSession.getDirections()Gets all directions.DirectionSearchResults.getDirections()Gets the direction list resulting from a search.DirectionCookbookSession.getDirectionsByCookbook(Id cookbookId) Gets the list ofDirectionsassociated with aCookbook.DirectionLookupSession.getDirectionsByGenusType(Type directionGenusType) Gets aDirectionListcorresponding to the given direction genusTypewhich does not include directions of types derived from the specifiedType.In plenary mode, the returned list contains all known directions or an error results.DirectionLookupSession.getDirectionsByIds(IdList directionIds) Gets aDirectionListcorresponding to the givenIdList.DirectionCookbookSession.getDirectionsByOubiliettes(IdList cookbookIds) Gets the list ofDirectionscorresponding to a list ofOubiliettes.DirectionLookupSession.getDirectionsByParentGenusType(Type directionGenusType) Gets aDirectionListcorresponding to the given direction genusTypeand include any additional directions with genus types derived from the specifiedType.In plenary mode, the returned list contains all known directions or an error results.DirectionQuerySession.getDirectionsByQuery(DirectionQuery directionQuery) Gets a list ofDirectionsmatching the given direction query.DirectionLookupSession.getDirectionsByRecordType(Type directionRecordType) Gets aDirectionListcontaining the given direction recordType.DirectionLookupSession.getDirectionsForRecipe(Id recipeId) Gets aDirectionListfor the given recipeId.