Uses of Interface
org.osid.mapping.path.IntersectionForm
Packages that use IntersectionForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of IntersectionForm in org.osid.mapping.path
Methods in org.osid.mapping.path that return IntersectionFormModifier and TypeMethodDescriptionIntersectionAdminSession.getIntersectionFormForCreate(Id[] pathIds, Type[] intersectionRecordTypes) Gets the intersection form for creating new intersections.IntersectionAdminSession.getIntersectionFormForUpdate(Id intersectionId) Gets the intersection form for updating an existing intersection.Methods in org.osid.mapping.path with parameters of type IntersectionFormModifier and TypeMethodDescriptionIntersectionAdminSession.createIntersection(IntersectionForm intersectionForm) Creates a newIntersection.voidIntersectionAdminSession.updateIntersection(IntersectionForm intersectionForm) Updates an existing intersection. -
Uses of IntersectionForm in org.osid.mapping.path.batch
Subinterfaces of IntersectionForm in org.osid.mapping.path.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating intersections in bulk.