Uses of Interface
org.osid.mapping.route.RouteForm
Packages that use RouteForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.route
service.
-
Uses of RouteForm in org.osid.mapping.route
Methods in org.osid.mapping.route that return RouteFormModifier and TypeMethodDescriptionRouteAdminSession.getRouteFormForCreate(Id startingLocationId, Id endingLocationId, Type[] routeRecordTypes) Gets the route form for creating new routes.RouteAdminSession.getRouteFormForUpdate(Id routeId) Gets the route form for updating an existing route.Methods in org.osid.mapping.route with parameters of type RouteFormModifier and TypeMethodDescriptionRouteAdminSession.createRoute(RouteForm routeForm) Creates a newRoute.voidRouteAdminSession.updateRoute(RouteForm routeForm) Updates an existing route.