Uses of Interface
org.osid.course.syllabus.DocetForm
Packages that use DocetForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
The Open Service Interface Definitions for the org.osid.course.syllabus.batch
service.
-
Uses of DocetForm in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return DocetFormModifier and TypeMethodDescriptionDocetAdminSession.getDocetFormForCreate(Id moduleId, Id activityUnitId, Type[] docetRecordTypes) Gets the docet form for creating new docets.DocetAdminSession.getDocetFormForUpdate(Id docetId) Gets the docet form for updating an existing docet.Methods in org.osid.course.syllabus with parameters of type DocetFormModifier and TypeMethodDescriptionDocetAdminSession.createDocet(DocetForm docetForm) Creates a newDocet.voidDocetAdminSession.updateDocet(DocetForm docetForm) Updates an existing docet. -
Uses of DocetForm in org.osid.course.syllabus.batch
Subinterfaces of DocetForm in org.osid.course.syllabus.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating docets in bulk.