Uses of Interface
org.osid.mapping.path.batch.ObstacleBatchFormList
Packages that use ObstacleBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of ObstacleBatchFormList in org.osid.mapping.path.batch
Methods in org.osid.mapping.path.batch that return ObstacleBatchFormListModifier and TypeMethodDescriptionObstacleBatchAdminSession.getObstacleFormsForCreate(IdList pathIds, Type[] obstacleRecordTypes) Gets the obstacle forms for creating a bunch of new obstacles.ObstacleBatchAdminSession.getObstacleFormsForUpdate(IdList obstacleIds) Gets the obstacle forms for updating an existing set of obstacles.Methods in org.osid.mapping.path.batch with parameters of type ObstacleBatchFormListModifier and TypeMethodDescriptionObstacleBatchAdminSession.createObstacles(ObstacleBatchFormList obstacleForms) Creates a new set ofObstacles.ObstacleBatchAdminSession.updateObstacles(ObstacleBatchFormList obstacleForms) Updates existing obstacles.