Uses of Interface
org.osid.recipe.DirectionForm
Packages that use DirectionForm
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of DirectionForm in org.osid.recipe
Methods in org.osid.recipe that return DirectionFormModifier and TypeMethodDescriptionDirectionAdminSession.getDirectionFormForCreate(Id recipeId, Type[] directionRecordTypes) Gets the direction form for creating new directions.DirectionAdminSession.getDirectionFormForUpdate(Id directionId) Gets the direction form for updating an existing direction.Methods in org.osid.recipe with parameters of type DirectionFormModifier and TypeMethodDescriptionDirectionAdminSession.createDirection(DirectionForm directionForm) Creates a newDirection.voidDirectionAdminSession.updateDirection(DirectionForm directionForm) Updates an existing direction. -
Uses of DirectionForm in org.osid.recipe.batch
Subinterfaces of DirectionForm in org.osid.recipe.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating directions in bulk.