Package | Description |
---|---|
org.osid.topology.path |
The Open Service Interface Definitions for the org.osid.topology.path
service.
|
Modifier and Type | Method and Description |
---|---|
PathForm |
PathAdminSession.getPathFormForCreate(Id startingNodeId,
Id endingNodeId,
Type[] pathRecordTypes)
Gets the path form for creating new paths.
|
PathForm |
PathAdminSession.getPathFormForUpdate(Id pathId)
Gets the path form for updating an existing path.
|
Modifier and Type | Method and Description |
---|---|
Path |
PathAdminSession.createPath(PathForm pathForm)
Creates a new
Path. |
void |
PathAdminSession.updatePath(PathForm pathForm)
Updates an existing path.
|