Uses of Interface
org.osid.mapping.path.batch.IntersectionBatchFormList
Packages that use IntersectionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of IntersectionBatchFormList in org.osid.mapping.path.batch
Methods in org.osid.mapping.path.batch that return IntersectionBatchFormListModifier and TypeMethodDescriptionIntersectionBatchAdminSession.getIntersectionFormsForCreate(IntersectionPathList paths, Type[] intersectionRecordTypes) Gets the intersection forms for creating a bunch of new intersections.IntersectionBatchAdminSession.getIntersectionFormsForUpdate(IdList intersectionIds) Gets the intersection forms for updating an existing set of intersections.Methods in org.osid.mapping.path.batch with parameters of type IntersectionBatchFormListModifier and TypeMethodDescriptionIntersectionBatchAdminSession.createIntersections(IntersectionBatchFormList intersectionForms) Creates a new set ofIntersections.IntersectionBatchAdminSession.updateIntersections(IntersectionBatchFormList intersectionForms) Updates existing intersections.