| Package | Description |
|---|---|
| org.osid.mapping.path |
The Open Service Interface Definitions for the org.osid.mapping.path
service.
|
| org.osid.mapping.path.batch |
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
ObstacleForm |
ObstacleAdminSession.getObstacleFormForCreate(Id pathId,
Type[] obstacleRecordTypes)
Gets the obstable form for creating new obstables.
|
ObstacleForm |
ObstacleAdminSession.getObstacleFormForUpdate(Id obstacleId)
Gets the obstable form for updating an existing obstable.
|
| Modifier and Type | Method and Description |
|---|---|
Obstacle |
ObstacleAdminSession.createObstacle(ObstacleForm obstacleForm)
Creates a new
Obstacle. |
void |
ObstacleAdminSession.updateObstacle(ObstacleForm obstacleForm)
Updates an existing obstable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObstacleBatchForm
This is the form for creating and updating obstacles in bulk.
|