| Package | Description |
|---|---|
| org.osid.course.syllabus |
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
|
| org.osid.course.syllabus.batch |
The Open Service Interface Definitions for the org.osid.course.syllabus.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
DocetForm |
DocetAdminSession.getDocetFormForCreate(Id moduleId,
Id activityUnitId,
Type[] docetRecordTypes)
Gets the docet form for creating new docets.
|
DocetForm |
DocetAdminSession.getDocetFormForUpdate(Id docetId)
Gets the docet form for updating an existing docet.
|
| Modifier and Type | Method and Description |
|---|---|
Docet |
DocetAdminSession.createDocet(DocetForm docetForm)
Creates a new
Docet. |
void |
DocetAdminSession.updateDocet(DocetForm docetForm)
Updates an existing docet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocetBatchForm
This is the form for creating and updating docets in bulk.
|