Uses of Interface
org.osid.mapping.path.rules.ObstacleEnablerForm
Packages that use ObstacleEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.rules
service.
-
Uses of ObstacleEnablerForm in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return ObstacleEnablerFormModifier and TypeMethodDescriptionObstacleEnablerAdminSession.getObstacleEnablerFormForCreate(Type[] obstacleEnablerRecordTypes) Gets the obstacle enabler form for creating new obstacle enablers.ObstacleEnablerAdminSession.getObstacleEnablerFormForUpdate(Id obstacleEnablerId) Gets the obstacle enabler form for updating an existing obstacle enabler.Methods in org.osid.mapping.path.rules with parameters of type ObstacleEnablerFormModifier and TypeMethodDescriptionObstacleEnablerAdminSession.createObstacleEnabler(ObstacleEnablerForm obstacleEnablerForm) Creates a newObstacleEnabler.voidObstacleEnablerAdminSession.updateObstacleEnabler(ObstacleEnablerForm obstacleEnablerForm) Updates an existing obstacle enabler.