Uses of Interface
org.osid.mapping.path.ObstacleForm
Packages that use ObstacleForm
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 ObstacleForm in org.osid.mapping.path
Methods in org.osid.mapping.path that return ObstacleFormModifier and TypeMethodDescriptionObstacleAdminSession.getObstacleFormForCreate(Id pathId, Type[] obstacleRecordTypes) Gets the obstable form for creating new obstables.ObstacleAdminSession.getObstacleFormForUpdate(Id obstacleId) Gets the obstable form for updating an existing obstable.Methods in org.osid.mapping.path with parameters of type ObstacleFormModifier and TypeMethodDescriptionObstacleAdminSession.createObstacle(ObstacleForm obstacleForm) Creates a newObstacle.voidObstacleAdminSession.updateObstacle(ObstacleForm obstacleForm) Updates an existing obstable. -
Uses of ObstacleForm in org.osid.mapping.path.batch
Subinterfaces of ObstacleForm in org.osid.mapping.path.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating obstacles in bulk.