| Package | Description |
|---|---|
| org.osid.type |
The Open Service Interface Definitions for the org.osid.type
service.
|
| Modifier and Type | Method and Description |
|---|---|
TypeForm |
TypeAdminSession.getTypeFormForCreate(Type type)
Gets the type form for creating new types.
|
TypeForm |
TypeAdminSession.getTypeFormForUpdate(Type type)
Gets the type form for creating new types.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeAdminSession.createType(TypeForm typeForm)
Creates a new
Type. |
void |
TypeAdminSession.updateType(TypeForm typeForm)
Updates a type.
|