Uses of Interface
org.osid.course.syllabus.batch.DocetBatchFormList
Packages that use DocetBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.syllabus.batch
service.
-
Uses of DocetBatchFormList in org.osid.course.syllabus.batch
Methods in org.osid.course.syllabus.batch that return DocetBatchFormListModifier and TypeMethodDescriptionDocetBatchAdminSession.getDocetFormsForCreate(DocetPeerList peers, Type[] docetRecordTypes) Gets the docet forms for creating a bunch of new docets.DocetBatchAdminSession.getDocetFormsForUpdate(IdList docetIds) Gets the docet forms for updating an existing set of docets.Methods in org.osid.course.syllabus.batch with parameters of type DocetBatchFormListModifier and TypeMethodDescriptionDocetBatchAdminSession.createDocets(DocetBatchFormList docetForms) Creates a new set ofDocets.DocetBatchAdminSession.updateDocets(DocetBatchFormList docetForms) Updates existing docets.