Uses of Interface
org.osid.learning.ObjectiveBankForm
Packages that use ObjectiveBankForm
Package
Description
The Open Service Interface Definitions for the org.osid.learning
service.
The Open Service Interface Definitions for the org.osid.learning.batch
service.
-
Uses of ObjectiveBankForm in org.osid.learning
Methods in org.osid.learning that return ObjectiveBankFormModifier and TypeMethodDescriptionObjectiveBankAdminSession.getObjectiveBankFormForCreate(Type[] objectiveBankRecordTypes) Gets the objective bank form for creating new objective banks.ObjectiveBankAdminSession.getObjectiveBankFormForUpdate(Id objectiveBankId) Gets the objective bank form for updating an existing objective bank.Methods in org.osid.learning with parameters of type ObjectiveBankFormModifier and TypeMethodDescriptionObjectiveBankAdminSession.createObjectiveBank(ObjectiveBankForm objectiveBankForm) Creates a newObjectiveBank.voidObjectiveBankAdminSession.updateObjectiveBank(ObjectiveBankForm objectiveBankForm) Updates an existing objective bank. -
Uses of ObjectiveBankForm in org.osid.learning.batch
Subinterfaces of ObjectiveBankForm in org.osid.learning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating objective banks in bulk.