| 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 |
|---|---|
PathForm |
PathAdminSession.getPathFormForCreate(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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PathBatchForm
This is the form for creating and updating paths in bulk.
|