| Package | Description |
|---|---|
| org.osid.learning |
The Open Service Interface Definitions for the org.osid.learning
service.
|
| org.osid.learning.batch |
The Open Service Interface Definitions for the org.osid.learning.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBankForm |
ObjectiveBankAdminSession.getObjectiveBankFormForCreate(Type[] objectiveBankRecordTypes)
Gets the objective bank form for creating new objective banks.
|
ObjectiveBankForm |
ObjectiveBankAdminSession.getObjectiveBankFormForUpdate(Id objectiveBankId)
Gets the objective bank form for updating an existing objective bank.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBank |
ObjectiveBankAdminSession.createObjectiveBank(ObjectiveBankForm objectiveBankForm)
Creates a new
ObjectiveBank. |
void |
ObjectiveBankAdminSession.updateObjectiveBank(ObjectiveBankForm objectiveBankForm)
Updates an existing objective bank.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectiveBankBatchForm
This is the form for creating and updating objective banks in bulk.
|